1.0.13 • Published 4 years ago
algopear-design-components v1.0.13
AlgoPear Design Components
This is our internal component library that works with our Figma files
Getting started
npm install algopear-design-components
Publish To NPM
//Makes dist folder to upload to npm
npm run compile
//uploads to npm
//make sure to update the version
npm publish
//deletes dist folder
npm run clean