Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 377 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 377 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 pnpm install to install dependencies.
  3. Run pnpm run test to run tests in watch mode.
  4. Run pnpm run lint:fix to fix linting errors.