Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 542 Bytes

File metadata and controls

32 lines (21 loc) · 542 Bytes

Contributing

This page lists the steps needed to set up a development environment and contribute to the project.

  1. Fork and clone this repo.

  2. Setup nodejs version 20. We recommend using asdf.

  3. Install dependencies.

    corepack enable
    yarn install
  4. Run tests:

    yarn test
  5. Rebuild dist files after making changes to index.js:

    yarn rebuild
  6. Lint files:

    yarn lint