Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
- Fork and clone the repo
- Run
npm ci
to install dependencies. - Run
npm run test
to run tests in watch mode. - Run
npm run lint:fix
to fix linting errors.