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