Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 312 Bytes

README.rdoc

File metadata and controls

20 lines (11 loc) · 312 Bytes

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!