This website is built using Middleman (http://middlemanapp.com), Sass and Compass. All the dependencies are automatically installed with the help of Bundler.
git clone the repository
cd cloned repository
bundle
npm install -g docco
Make your changes to the site in the source/ folder.
middleman server
Preview your changes in browser by pointing to http://localhost:4567
rake deploy
There is a little bash script that collects and compresses all the files and adds the new version number on the site.
./build-marionette 1.0.0-beta6
Now push the new version online with:
middleman build --clean
middleman deploy