Create a new issue if you find a bug or have a feature request. If you would like to work on the project, please make sure an issue exists for it and you reference the issue number in your commit messages, so it's easy to track changes.
npm install
Run all tests:
npm run test
Unit tests only:
npm run unit
End-to-end tests only:
npm run e2e