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

  1. Fork and clone the repo
  2. Run npm ci to install dependencies.
  3. Run npm run test to run tests in watch mode.
  4. Run npm run lint:fix to fix linting errors.