CONTRIBUTING
June 9, 2024 ยท View on GitHub
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
Project Setup
- Fork and clone the repo
- Run
npm cito install dependencies. - Run
npm run testto run tests in watch mode. - Run
npm run lint:fixto fix linting errors.