Oring UI 2.0
Story Book Demo
How to run storybook
open two terminal, exceute the commands below separately
npm run start
npm run storybook
How to publish?
npm version [major | minor | patch ] -m "commit message"
npm publish
How to deploy static-storybook on github page?
This command will help you to build static files in "storybook-static" folder
npm build-storybook
After building static files, push static files to remote branch (gh-pages)
git subtree push --prefix storybook-static origin gh-pages