testio-designsystem
v0.67.0
Published
[](https://dl.circleci.com/status-badge/redirect/gh/test-IO/design-
Readme
Test IO Design System
Development
Requirements
- Node.js
- NPM (comes with Node.js)
Install dependencies
npm installWorking locally
Starts watch tasks to compile when changes detected
npm startCheck the running app at: http://localhost:8080
Creating a production build
Minify HTML, compress JS, inline and minify CSS.
npm run buildWorking with the design system and publishing to NPM/YARN
- Make sure to update the version number in package.json file for every pull request
- CircleCi will take care of publishing to npm and also adding a tag when the commits are merged to master
- CircleCI will publish it only if the package version has been increased
