No description
  • CSS 81.7%
  • HTML 13%
  • JavaScript 4.9%
  • Ruby 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-02-16 22:20:37 +13:00
_layouts fi => enterprise 2011-11-01 12:02:11 -07:00
_posts Correcting link to create new application. 2012-03-19 18:22:21 -03:00
css add shared files 2011-05-16 15:48:12 -07:00
images HD the logo 2011-06-27 19:37:30 -07:00
js add shared files 2011-05-16 15:48:12 -07:00
shared deprecate v2 api 2011-10-07 16:17:44 -04:00
.gitignore add shared files 2011-05-16 15:48:12 -07:00
_config.yml use jekyll! 2010-04-23 13:25:26 -07:00
index.html bring doc styles in line with new style guide 2011-05-17 17:03:11 -07:00
Rakefile update README 2010-04-23 13:59:14 -07:00
README.markdown Update README to reflect unmaintained status 2015-02-16 22:20:37 +13:00

NOTE: This repository is no longer supported or updated by GitHub. See http://developer.github.com/.

Develop.GitHub.com

This is the code and data behind http://develop.github.com.

All content can be found in the _posts/ directory.

Dependencies, Getting Started

Install Jekyll and rake (both require Ruby):

gem install jekyll rake

Once you've done that, run rake to compile the site:

rake

This should start a web server at http://localhost:3000 which is now serving your site, updating whenever you make changes.

Contributing

To contribute to the develop.github site, you can fork the repository, push your changes into it and create an Issue: http://github.com/github/develop.github.com/issues

If you want to run the site on GitHub pages for testing you can push your changes into the 'gh-pages' branch, rather than the 'master' branch of the remote repository.

$ git push origin master:gh-pages

That command will push your master branch to the 'gh-pages' branch of your fork. Then Pages will serve the site for you under:

http://schacon.github.com/develop.github.com

(Replace 'schacon' with your username)