The full conference site is being delivered iteratively.
If you do not have foreman install it using
gem install foreman
but do not add it to your gem file.
If this is this first time you are running the app:
gem install bundler
bundle install
Then start the app with:
foreman start
The 2015 styles are compiled and checked in. To recompile them:
cd 2015
# Compile the assets
make
# Watch assets for change and automatically recompile
make watch
Site is hosted on Heroku
git@heroku.com:ruby-conf-ke.git
Deploy with command
git push heroku master