Elevate Component Library V2
Looking for V1 Go here
A UI library backed by TailwindCss and AmCharts
Setup - This repo uses yarn. Check the packageManager field in package.json for versions
yarn
Build - This command will build all the files and prepare them to be published on npmjs
yarn build
Explanation
The package is a wrapper for TailwindCss and Amcharts, with an Elevate Security theme
Versioning
In a release branch, use npm version to bump the version in package.json, commit and tag altogether. If you manually bump the version, circle-ci will not build your changes reflected in config.yml
VERSION=X.X.X
npm version $VERSION
git push origin : "v${VERSION}"