Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```