Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 481 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 481 Bytes

Contributing

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.

Install dependencies

npm install

Tests

Run all tests: npm run test

Unit tests only: npm run unit

End-to-end tests only: npm run e2e