Skip to content

Commit

Permalink
Responded to @norbert's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreenisrael authored Sep 29, 2017
1 parent a83cad7 commit a6e9889
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ If you run into trouble here, make sure your node, npm, and **_yarn_** are on th

Within the `examples` folder of the Storybook repo, you will find kitchen sink examples of storybook implementations for the various platforms that storybook supports.

Not only do these show many of the options and addons 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`
Expand Down Expand Up @@ -238,11 +240,11 @@ First we are going to install storyboook, then we are going to link `@storybook/

##### 2. Link

**_Note_**: This process is the same fore `@storybook/vue`, `@storybook/addon-foo`, etc
**_Note_**: This process is the same for `@storybook/vue`, `@storybook/addon-foo`, etc

1. Go to your storybook _root_ directory
2. `yarn dev`
3. Wait for the output to stop
3. Wait until the output stops (changes you make will be transpiled into dist and logged here)
4. Go to your storybook-sandbox-app directory
5. `yarn link @storybook/react`
6. `yarn storybook`
Expand Down

0 comments on commit a6e9889

Please sign in to comment.