Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 369 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 369 Bytes

CONTRIBUTING

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.