Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drnic/oss-8steps.showoff

RailsConf Tutorial slides: The 8 steps to doing Open Source Software
https://github.com/drnic/oss-8steps.showoff

Last synced: 29 days ago
JSON representation

RailsConf Tutorial slides: The 8 steps to doing Open Source Software

Awesome Lists containing this project

README

        

## Re-deploy to Heroku ##

$ git remote add heroku [email protected]:oss-8steps.git
$ git push heroku master

## Local viewing ##

$ gem install showoff
$ showoff serve

Open browser to [http://localhost:9090](http://localhost:9090)