Skip to content

Commit 408077a

Browse files
committed
Update readme
1 parent e753d56 commit 408077a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
641641
npm 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

0 commit comments

Comments
 (0)