Update README.md

old
Javi Velasco 2015-11-21 21:50:28 +01:00
parent 7bc8721caa
commit 1c822d2234
1 changed files with 2 additions and 1 deletions

View File

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