This repository has been archived by the owner. It is now read-only.
Outdated documentation for GitHub API v2. See https://developer.github.com/ for the current API.
CSS JavaScript Ruby
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= _layouts fi => enterprise Nov 1, 2011
carview.php?tsp= _posts Correcting link to create new application. Mar 19, 2012
carview.php?tsp= css add shared files May 16, 2011
carview.php?tsp= images HD the logo Jun 28, 2011
carview.php?tsp= js add shared files May 16, 2011
carview.php?tsp= shared deprecate v2 api Oct 7, 2011
carview.php?tsp= .gitignore add shared files May 16, 2011
carview.php?tsp= README.markdown Update README to reflect unmaintained status Feb 16, 2015
carview.php?tsp= Rakefile
carview.php?tsp= _config.yml use jekyll! Apr 23, 2010
carview.php?tsp= index.html bring doc styles in line with new style guide May 18, 2011

README.markdown

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

Develop.GitHub.com

This is the code and data behind https://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 https://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: https://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:

https://schacon.github.com/develop.github.com

(Replace 'schacon' with your username)