- Clone or download the repository zip
- Run
npm installto install the dependencies - Run
npm run storybookto start storybook in dev mode
If you want to build storybook for production, run npm run build-storybook and the build will be generated in the storybook-static folder.