# install dependencies
$ npm i
# run tests
$ npm test
# run the code linter
$ npm run lintAngular.
Contributions should pass existing tests or have test cases for new functionality.
# Should pass
$ npm testStyle and lint errors should be fixed with
$ npm run lint