Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 247 Bytes

File metadata and controls

23 lines (15 loc) · 247 Bytes

So Coded 2015 Website

Setup

bundle install

Local development

Start a server with:

bundle exec middleman server

Deployments

Deploy the website to our Github Pages Host with:

bundle exec rake publish