From 1c822d22343ca366c70f6dddb81e38b8ed120f83 Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Sat, 21 Nov 2015 21:50:28 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a9bf531..1ddc4ba6 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,11 @@ The project is being initially developed and maintained by [Javier Velasco](http To work in the project you'd need a `node` version with ES6 syntax. Although the project is built using Babel we use some ES6 features in the development server. Also, the packages has been tested with `node 4.2.1`. Consider using [nvm](https://github.com/creationix/nvm) or [n](https://github.com/tj/n) to handle different node versions! -To start documentation site locally: +To start documentation site locally you'd need to install dependencies from the main package and also dependencies from the docs subproject: ``` git clone https://github.com/react-toolbox/react-toolbox.git +npm install cd docs/ npm install npm start