Commit c578d148 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Don't ask to install webpack for using Styleguidist (#2656)

* Don't ask to install webpack for using Styleguidist

* Update README.md
parent 9559ba48
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 2 additions and 2 deletions
+2 -2
......@@ -1470,10 +1470,10 @@ Learn more about React Storybook:
Styleguidist combines of a style guide, where all your components are presented on a single page with their props documentation and usage examples, with an environment for developing components in isolation, similar to Storybook. In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground.
First install Styleguidist and peer dependencies from npm:
First, install Styleguidist:
```sh
npm install --save-dev react-styleguidist webpack
npm install --save-dev react-styleguidist
```
Then, add these scripts to your `package.json`:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment