Add the temporary react-docgen instruction

This commit is contained in:
Kenny Dits @kenny_dee 2015-03-05 09:26:32 +01:00
parent b87ba87e47
commit b05ca6e604
1 changed files with 8 additions and 0 deletions

View File

@ -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
```