Skip to content

Commit

Permalink
docs: Clarify how to get local example running (#6999)
Browse files Browse the repository at this point in the history
docs: Clarify how to get local example running
  • Loading branch information
shilman committed Jun 10, 2019
1 parent f64cff0 commit 6ded779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -287,9 +287,9 @@ Within the `examples` folder of the Storybook repo, you will find kitchen sink e
Not only do these show many of the options and add-ons available, they are also automatically linked to all the development packages. We highly encourage you to use these to develop/test contributions on.

#### React and Vue

1. `yarn storybook`
2. Verify that your local version works
1. `cd examples/official-storybook`
2. `yarn storybook`
3. Verify that your local version works

### Working with your own app

Expand Down

0 comments on commit 6ded779

Please sign in to comment.