npm install
npm run dev
# or
yarn
yarn dev
Deploy it to the cloud with now (download):
now
npm run storybook
# or
yarn storybook
npm run build-storybook
# or
yarn build-storybook
Deploy Storybook to the cloud with now (download)
npm run build-storybook
# or
yarn build-storybook
# then
cd storybook-static
now
npm run export
# or
yarn export
# then
cd out
serve -p 8080