#GORUCO Public Site
Powered by Middleman-neato
##Running locally
middleman
That starts a local server and updates automatically.
##Deploying
rake publish
That builds out everything and makes it live. Be sure to push your changes using git push
so that everyone else can work off your latest changes.