Skip to content

Commit 3ee2cce

Browse files
committed
Merge pull request #1 from naltatis/patch-1
added missing `npm install` to demo code
2 parents eb10040 + d0b2b1a commit 3ee2cce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@ Get the demo running locally:
339339

340340
``` sh
341341
git clone git@github.com:NogsMPLS/react-component-styleguide.git
342-
cd react-component-styleguide/example/
342+
cd react-component-styleguide/
343+
npm install
344+
cd example/
343345
npm install
344346
npm start
345347
```
@@ -353,4 +355,4 @@ It is most likely that you will not have use for the `styleguide` static when yo
353355
## Thanks
354356
Thank you to [theogravity](https://github.com/theogravity) for [react-styleguide-generator-alt](https://github.com/theogravity/react-styleguide-generator-alt), which most of the heavy lifitng of this app is forked from.
355357

356-
Thank you to [FormidableLabs](https://github.com/FormidableLabs) for [ecology](https://github.com/FormidableLabs/ecology) which produces the interactive editor this modules uses.
358+
Thank you to [FormidableLabs](https://github.com/FormidableLabs) for [ecology](https://github.com/FormidableLabs/ecology) which produces the interactive editor this modules uses.

0 commit comments

Comments
 (0)