Source of page located under http://plantingjs.org
- To build page You need to have
Nodejs
in version not lower then 5.0.0. The most common way to install that version on Your computer is to usenvm
(Node Version Manager). - Install npm dependecies:
npm install
- Build page using gulp:
gulp build
- Place
dist/
directory in place available for http server.