This is the source code of the main web site. The site is built using Yeoman, Grunt, Assemble and other "hipster" tools.
You need node and npm to install the web page. Once installed, run the following command in the project directory
to install all the dependencies with npm
:
$ npm install
Then, compile and run the web page with:
$ grunt server
Done!