The project is about learning the basics of how to put up a website.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This project is made with Middleman.
Here's a guide how to install Middleman. First install Xcode:
$ xcode-select --install
Then install Middleman:
$ gem install middleman
Make sure you're in the project folder. Then run the server:
$ middleman server