Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 277 Bytes

DEVELOPING.md

File metadata and controls

19 lines (10 loc) · 277 Bytes

GOLD Design System site developing

Set up

Set up the right Node version:

nvm use

Install packages:

npm i  

Run in dev mode

npm run watch

Publishing

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