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