1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27# Contributing
Pull requests are welcome!
To begin, clone the repo, then install dependencies.
```bash
npm install
```
The source code is written in TypeScript. Spin up the compiler to watch for source changes:
```bash
npm run watch
```
Note remember to add a Changeset entry for your work before submitting a PR. (`npx changeset` then follow the prompts.)
## Publishing
```bash
npx changeset publish
```
See [Changesets Docs](https://github.com/changesets/changesets/blob/main/docs/intro-to-using-changesets.md)) for more info on how to use changesets.