First, ensure that the following are installed globally on your machine:
- Node.js 18.7+
- Yarn
- In the root directory, run
yarn install
- Run all packages by running
yarn dev
from the root folder. - To run any individual package from it's directory, run
yarn dev
, but you may need to rebuild any other packages
All PRs with meaningful changes should have a changeset which is a short description of the modifications being made to each package. Changesets are automatically converted into a changelog when the repo manager runs a release process.
yarn changeset
yarn changeset version
yarn changeset publish git push --follow-tags origin main