https://github.com/uri/storytime
Story Time!
https://github.com/uri/storytime
Last synced: about 1 year ago
JSON representation
Story Time!
- Host: GitHub
- URL: https://github.com/uri/storytime
- Owner: uri
- Created: 2012-12-07T00:59:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-07T02:16:56.000Z (over 13 years ago)
- Last Synced: 2025-05-07T06:08:32.870Z (about 1 year ago)
- Language: Ruby
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.