@thedotscorp/ui
v1.0.14
Published
Connecting the Dots Corp. Design System
Downloads
489
Readme
Connecting the Dots Corp. Design System
Installing as a dependency
npm install @thedotscorp/ui
yarn add @thedotscorp/ui
Run Locally
You'll need Git, Node.js(^16.0), and Pnpm to run this project locally.
Install dependencies
pnpm install
Start a local server with storybook
pnpm storybook
Once the server has started, navigate to http://localhost:6006
Build
pnpm build
Once the build is done, the compiled files will be in the ./dist
directory.