testio-tailwind
v3.20.3
Published
Tailwind based design system for Test IO
Readme
Test IO TailWind Design System
--- (Live deployment)
Development
Requirements
- Node.js
- NPM (comes with Node.js)
Install dependencies
npm iWorking locally
Starts watch tasks to compile when changes detected
npm startCreating a production build
Minify HTML, compress JS, inline and minify CSS.
npm run buildPublishing to registry
- 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
Integration of the design system into your app
- Import
app.cssto get all relevant modules and files. - Run TailWindCSS V4 to compile everything.
