#GORUCO Public Site
Middleman-neato
Powered by##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.