Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregmalcolm/choose-your-own-misadventure
A choose your adventure app
https://github.com/gregmalcolm/choose-your-own-misadventure
Last synced: 29 days ago
JSON representation
A choose your adventure app
- Host: GitHub
- URL: https://github.com/gregmalcolm/choose-your-own-misadventure
- Owner: gregmalcolm
- Created: 2012-04-09T04:46:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-03T04:43:10.000Z (about 11 years ago)
- Last Synced: 2024-04-14T18:20:54.295Z (7 months ago)
- Language: JavaScript
- Homepage: misadventure.herokuapp.com
- Size: 989 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Choose your own Misadventure
[![Build Status](https://secure.travis-ci.org/gregmalcolm/choose-your-own-misadventure.png?branch=master)](http://travis-ci.org/gregmalcolm/choose-your-own-misadventure)
Trying out some backbone on a 'Choose your adventure' app
To get up and running:
``` sh
bundle exec rake db:generate
bundle exec rake db:migrate
```