After cloning the repository, run
# Install dependencies
npm install
# Enable git hooks
npx husky installUse one of the following version:
- v14 (use npm v7, run
npm i -g npm@7) - v16
- v18
Running the tests:
npm testPlease check the code coverage before submitting new code by opening the generated Istanbul files:
open coverage/lcov-report/index.htmlThe JavaScript style guide is configured in the .eslintrc.js file and can be verified by running:
npm run lint