Once you have all dependencies installed, you just need to:
Open your terminal and clone the project.
$ git clone https://github.com/marjoel/marjoel.comThen go to the project's folder.
$ cd marjoel.comInstall local dependencies.
$ npm install$ bower installExecute the command below to generate the website into dist directory and start the server.
$ grunt startWatch for any changes.
$ grunt devThen run on the browser.
http://localhost:1992