Check out the harvest finance :)
Use NodeJS 12.x
$ npm install
$ cp .env.example .env # and populate with your variables
Starts Storybook in development mode.
npm
$ npm run storybook
yarn
$ yarn storybook
It will start Storybook locally.
Depending on your system configuration, it will automatically open the address http://localhost:6006/
in a new browser tab and you'll be greeted by a welcome screen.
For build and using locally
$ npm run build-storybook
yarn
$ yarn build-storybook