You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ The majority of these materials will be in [Markdown](http://whatismarkdown.com)
25
25
26
26
## Developing
27
27
28
+
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).
29
+
28
30
Then:
29
31
30
32
```bash
@@ -33,3 +35,5 @@ cd teach.github.com
33
35
script/setup
34
36
script/server
35
37
```
38
+
39
+
Your own copy of teach.github.com will now exist at [localhost:4000](http://localhost:4000).
0 commit comments