/rubycommitters.org

The source for rubycommitters.org

Primary LanguageRuby

rubycommitters.org

This is the source code for the rubycommitters.org website.

Hacking

First clone the repo:

$ git clone git://github.com/tenderlove/rubycommitters.org.git
$ cd rubycommitters.org

Generate the website

$ rake

Open the index

$ open public/index.html

Have fun hacking!