Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 451 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 451 Bytes

Compendium Demo

This is a demonstration application for using Compendium along with Amcharts.rb.

Usage

  1. Clone this project with git.
  2. Setup database.yml with your database credentials.
  3. Run rake db:migrate and rake db:seed to populate the database.
  4. Run rails s to start a Rails server.
  5. Navigate your browser to localhost:3000.