Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ The majority of these materials will be in [Markdown](http://whatismarkdown.com)

## Developing

To get started, you'll need a recent version of Ruby (we use 1.9.3), with rubygems and the Bundler and Jekyll gems installed (you may well have these already).

Then:

``` bash
Expand All @@ -33,3 +35,5 @@ cd teach.github.com
script/setup
script/server
```

Your own copy of teach.github.com will now exist at [localhost:4000](http://localhost:4000).