npm run start
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from master
- Run
npm install
in the repository root - If you’ve fixed a bug or added code that should be tested, add tests
- Ensure the test suite passes (
npm run test
) - Make sure your code lints (
npm run lint
)