mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
Add the temporary react-docgen instruction
This commit is contained in:
@@ -6,6 +6,14 @@ The first time, get all the dependencies loaded via
|
|||||||
npm install
|
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
|
Then, run the server via
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user