Demo: https://evoli-css.web.app
npm install
npm run start
npm run lib:build
npm run lib:build:compressed
npm run lib:watch
If you want to publish on NPM:
You must run npm version
Git push the commit and tag created by npm version
npm version <new_version>
git push --tags
The CI takes care of publishing the package on NPM with the new version