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

https://github.com/uri/storytime

Story Time!
https://github.com/uri/storytime

Last synced: about 1 year ago
JSON representation

Story Time!

Awesome Lists containing this project

README

          

Story Time
==========

This is the server the runs StoryTime. To run it locally you need ruby 1.9.x or above and bundler.

gem install bundler # if you do not have bundler
bundle install
rake db:migrate

To run the server use `rails server`.