To run locally:
- Make sure you have rbenv or RVM.
- Install required Ruby version.
- Make sure you have Node.js, NPM & Bower installed
gem install bundler
bundle
bower install
npm install
bundle exec middleman server
to run locallybundle exec middleman build
to build static HTML
Have fun!