0.1.4 • Published 3 years ago

coppilocal v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

COPPI - Design system Storybook

Project setup

First, install all dependencies
npm install

Run the story book

npm run storybook

This will run the dev server for the story book. You can access it on localhost port 6006. http://localhost:6006/ .

If you need to run the story book on a different port:
start-storybook -p <port_here> --no-manager-cache -s public

Run Cypress component tests

npm run test:component