Git homepage that rocks - from the git.or.cz awesomeness
Перейти к файлу
Sven Strickroth a949315adc there is no border attribute
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-09-23 16:43:16 +02:00
lib debug 2011-09-22 07:55:11 -07:00
public let us see if this works 2011-09-21 11:21:01 -07:00
views there is no border attribute 2011-09-23 16:43:16 +02:00
.gitignore initial import from rails to sinatra 2011-09-21 11:08:34 -07:00
COPYING copy license and readme from the rails site 2011-09-21 11:09:26 -07:00
Gemfile rake process to get the current version 2011-09-22 07:44:19 -07:00
Gemfile.lock rake process to get the current version 2011-09-22 07:44:19 -07:00
README.md updated readme 2011-09-21 15:55:37 -07:00
Rakefile rake process to get the current version 2011-09-22 07:44:19 -07:00
app.rb full year 2011-09-22 08:01:12 -07:00
config.ru update static paths 2011-09-23 07:10:14 -07:00

README.md

The Git Website

This is the source for the main Git website, found at git-scm.com.

Running It

This is a Sinatra app, so if you want to run this locally, you can simply run:

$ rackup config.ru

That should get it running locally so you can test it. The site is deployed to Heroku.

Contributing

Fork this project, make a change, push to a named branch on GitHub and send me a pull request.