File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Alternatively you can run the playground on your own computer:
4141
4242* Clone this repository
4343* ` npm install `
44- * ` npm run storybook `
45- * Visit [ http://localhost:9001 / ] ( http://localhost:9001 / )
44+ * ` npm run story:dev `
45+ * Visit [ http://localhost:6006 / ] ( http://localhost:6006 / )
4646
4747---
4848
@@ -635,19 +635,19 @@ Any contribution to the code or any part of the documentation and any idea and/o
635635
636636``` bash
637637# serve with hot reload at localhost:8080
638- npm run serve
638+ npm run dev
639639
640640# distribution build
641641npm run build
642642
643- # build the storybook docs into gh-pages
644- npm run gh-pages :build
643+ # build the histoire docs
644+ npm run story :build
645645
646646# run tests
647- npm run tests
647+ npm run test
648648
649- # run storybook at localhost:9001
650- npm run storybook
649+ # run histoire at localhost:6006
650+ npm run story:dev
651651```
652652
653653## License
You can’t perform that action at this time.
0 commit comments