This is the source code for the rubycommitters.org website.
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!