Skip to content

Commit

Permalink
Add the temporary react-docgen instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Dits @kenny_dee committed Mar 5, 2015
1 parent b87ba87 commit b05ca6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The first time, get all the dependencies loaded via
npm install
```

You also have to run `npm install` inside the `react-docgen` folder. This is only temporary until `react-docgen` is available as npm module.

```
cd react-docgen
npm install
cd ..
```

Then, run the server via

```
Expand Down

0 comments on commit b05ca6e

Please sign in to comment.