This website is powered by Middleman.
- Clone the repository
- Change to source branch
git checkout source
- Install all the dependencies
bundle install
- Run the server
middleman server
- The website is in http://localhost:4567
- To deploy the site:
middleman deploy