Please file any feature requests or issues on the Issues page for this repository.
If an issue has been labelled as "validated", this indicates that we intend to work on it.
If you would like to contribute to this repository, for any non-trivial changes, please first open an issue to discuss the proposed change.
- Clone the repository
npm i
npm run build
When making a change, add and commit a changeset as part of work. This allows us to automatically generate a CHANGELOG and to publish the updated package to npm.
npx changeset
in the root of the monorepo and follow the prompts.