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