testio-designsystem
v0.24.0
Published
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/test-IO/design-system/tree/master.svg?style=svg&circle-token=CCIPRJ_QiXrsz6DscjNdoj8WhM9eY_052af0b65f9edc6c26aab97b2ff3ce1c7f905828)](https://dl.circleci.com/status-badge/redirect/gh/test-IO/design-
Downloads
660
Readme
Test IO Design System
Development
Requirements
- Node.js
- NPM (comes with Node.js)
Install dependencies
npm install
Working locally
Starts watch tasks to compile when changes detected
npm start
Check the running app at: http://localhost:8080
Creating a production build
Minify HTML, compress JS, inline and minify CSS.
npm run build
Working 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