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
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
yarn test