Set up the right Node version:
nvm use
Configure the monorepo, and install all the dependencies:
npm i
npm run bootstrap
Work on modules individually:
cd packages/buttons
npm run watch
Include a Changeset with your changes:
npm run changeset
Changes will be deployed in CI on merge to main
, see './.github/workflows/publish.yml'.