Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 564 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 564 Bytes

Contributing

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.)

Publishing

npx changeset publish

See Changesets Docs) for more info on how to use changesets.