Skip to content

cocov-ci/web

Getting Started

First, run the development server:

yarn dev

A new tab will open automatically running the project http://localhost:3000.

To generate a build with a ready to release version you just need to run yarn build

Storybook

yarn storybook

A new tab will open automatically running the storybook http://localhost:6006.

To publish the storybook you just need to run the code below to generate a storybook-static folder with the storybook build.

yarn build-storybook

Jest

yarn test