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