Home

Awesome

Coverband Demo

This is a Rails 5 application to demo how to use Coverband and the features it offers.

Visit the live demo site https://coverband-demo.herokuapp.com/

Heroku Deployment

The demo site is hosted on Heroku.

Running with JRuby

This application runs both with CRuby (MRI) or JRuby. If you want to run via JRuby you can either update the .ruby-version to have jruby... Or you can one off switch over.

rvm use jruby
bundle install
bundle exec rails s

Theme

The initial design off the demo site was pulled from a demo'ed theme, a Material Design Bootstrap 4 Theme.

TODO