A system for building consistent products
Requires Node.js and NPM. We recommend installing Node 8 LTS which will include NPM.
Link the core to the global node_modules and build the package
cd core
npm install
sudo npm start
Run core package setup before docs
cd docs
npm run prestart
npm start
Open Browser to http://localhost:8080/
HARD REFRESH
In Manager-ui
npm i
npm link @zesty-io/core
In Design-Systems
git pull design-system
cd /core
npm run build ( After every time you make an edit)