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