Skip to content

Commit

Permalink
update readme how to run storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
billysutomo committed Oct 3, 2020
1 parent 4698728 commit a55b085
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ $ docker-compose up
* `npm start`
* Visit port 3000 on your development machine.

### Component view and development
* `npm run storybook`
* Visit port 6006 on your development machine.

Contributing
----

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"update:emoticons": "npm r dota2-emoticons && npm i dota2-emoticons && node dev/updateEmoticons.js",
"storybook": "start-storybook -p 6006 -s public",
"storybook:build": "build-storybook -s public",
"build-storybook": "build-storybook -s public"
"storybook:build": "build-storybook -s public"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit a55b085

Please sign in to comment.