Skip to content

Commit

Permalink
Changes as per PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreenisrael authored Sep 28, 2017
1 parent ea62c02 commit 0fcb782
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ Please have the **_latest_** stable versions of the following on your machine

- node
- yarn
- @storybook/cli

### Initial Setup

Expand All @@ -154,17 +153,16 @@ If you run into trouble here, make sure your node, npm, and **_yarn_** are on th

#### Bootstrapping everything

This method is slow, and if you are reading this tutorial you probably don't want to do it
*This method is slow*

1. `yarn bootstrap`
2. At the prompt: `a`, `enter`, `y`, `enter` ( `a` selects all (fully bootstrap) and `y` is to confirm)
3. Have a beer 🍺
4. `yarn test` (to verify everything worked)
1. yarn bootstrap --all
2. Have a beer 🍺
3. `yarn test` (to verify everything worked)


### Working with the kitchen sink apps

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

#### React and Vue

Expand Down

0 comments on commit 0fcb782

Please sign in to comment.