## Setup - `gem install bundler` - `bundle` - `middleman s` (`./bin/middleman s`, if using rbenv/binstubs) ## Build - Run `middleman build` (or `./bin/middleman build`) *before* pushing up your changes ## Deploy - Run `rake deploy`, which will build and push the static files to `master`.