This is a demonstration application for using Compendium along with Amcharts.rb.
- Clone this project with git.
- Setup database.yml with your database credentials.
- Run
rake db:migrate
andrake db:seed
to populate the database. - Run
rails s
to start a Rails server. - Navigate your browser to
localhost:3000
.