This page lists the steps needed to set up a development environment and contribute to the project.
-
Fork and clone this repo.
-
Setup
nodejsversion20. We recommend using asdf. -
Install dependencies.
corepack enable yarn install -
Run tests:
yarn test -
Rebuild
distfiles after making changes toindex.js:yarn rebuild
-
Lint files:
yarn lint