Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 473 Bytes

DEVELOPING.md

File metadata and controls

25 lines (14 loc) · 473 Bytes

Design System developing

Set up

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 

Publishing

Include a Changeset with your changes:

npm run changeset

Changes will be deployed in CI on merge to main, see './.github/workflows/publish.yml'.