design-system
design-system copied to clipboard
https://zesty.io internal design system
Zesty.io Design System
A system for building consistent products
Requires Node.js and NPM. We recommend installing Node 8 LTS which will include NPM.
Core Package Setup
Link the core to the global node_modules and build the package
cd core
npm install
sudo npm start
Running Docs Locally for Testing
Run core package setup before docs
cd docs
npm run prestart
npm start
Open Browser to http://localhost:8080/
HARD REFRESH
Publish Design Systems Docs
cd /docs
npm run build ( After every time you make an edit)
git push master
Connecting Design-Systems to Manager-ui
In Manager-ui
npm i
npm link @zesty-io/core