Skip to content

Commit

Permalink
#916 explain -g install and point to slow start guide
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduan authored Oct 31, 2017
1 parent c8c7e34 commit 8b83a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ cd my-react-app
getstorybook
```

The `-g` global install is used to run our cli tool in your project directory to generate templates for your existing projects. To avoid the global install and start your project manually, take a look at our [Slow Start Guide](https://storybook.js.org/basics/slow-start-guide/).

Once it's installed, you can `npm run storybook` and it will run the development server on your local machine, and give you a URL to browse some sample stories.

**Storybook v2.x migration note**: If you're using Storybook v2.x and want to shift to 3.x version the easiest way is:
Expand Down

0 comments on commit 8b83a9d

Please sign in to comment.