Ensure you have the latest version of Node
installed. It is also recommended to install Yarn
as well.
Node
version >= 8.xYarn
version >= 1.5
Open docs_new
dir, switch to website
subdir and run:
$ cd <installation_path>/docs_new/website && npm install # or yarn install
In order to see pictures in your local build you have to comment line 37
in <installation_path>/docs_new/website/siteConfig.js
file:
For contributors
Remember to remove comment before pushing to master branch!
In website
subdir run:
$ npm start # or yarn start
Load the example site at http://localhost:3000
if it did not already open automatically.