Install:
- npm (https://www.npmjs.com)
- gulp (http://gulpjs.com)
Install the dev dependencies:
- npm install (on the project's root directory)
Finally:
- To build the project run
gulp
. - Upon build completion, the generated static site will be opened on your default browser.