From b05ca6e604613cdacdfcbe7019f699e8fa9f465f Mon Sep 17 00:00:00 2001 From: "Kenny Dits @kenny_dee" Date: Thu, 5 Mar 2015 09:26:32 +0100 Subject: [PATCH] Add the temporary react-docgen instruction --- website/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/README.md b/website/README.md index f581dd5b7a13e9..37a326df20e7e1 100644 --- a/website/README.md +++ b/website/README.md @@ -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 ```