Pull requests are welcome!
To begin, clone the repo, then install dependencies.
npm install
The source code is written in TypeScript. Spin up the compiler to watch for source changes:
npm run watch
Note remember to add a Changeset entry for your work before submitting a PR. (npx changeset
then follow the prompts.)
npx changeset publish
See Changesets Docs) for more info on how to use changesets.