/coderetreat-rb

Skeleton project for Global Day of Code Retreat

Primary LanguageRuby

Coderetreat.rb

A skeleton project to get you up and running for Global Day of Code Retreat using the Ruby language.

Prerequisites

  • A ruby manager such as chruby
  • Bundler: gem install bundler

Setup

Install your dependencies:

bundle install

Run Guard and Start Hacking

bundle exec guard

After 45 Minutes throw everything away

git checkout . && git clean -f