Dandelion is a collaborative story-telling web application.
- git
- bundler
- ruby 2.1.1 (it's recommended to use RVM)
- libpq-dev
- a Javascript runtime. See ExecJS for more. NodeJS works well
bundle install
rake db:migrate RAILS_ENV=development
rake db:seed
bin/rails server