Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 606 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 606 Bytes

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