Campgrounds Design System
Setup
Install dependencies:
yarn
yarn start
Visit http://localhost:6060
.
Symlink to Campgrounds Web
Run link
in Campgrounds Design System directory.
cd campgrounds-design-system
yarn link
Run link
in Campgrounds Web directory.
cd campgrounds-web
yarn link campgrounds-design-system
Publish to NPM
Run build first to test locally.
yarn build:system
Install np
globally.
npm install -g np
Use np
to publish to NPM. Follow semantic versioning.
np