dash.io is a fork of Dashing, a Sinatra based framework that lets you build beautiful dashboards.
- Install the gem from the command line. Make sure you have Ruby 1.9+
$ gem install dash_io
- Generate new project
$ dash new new_dashboard
- Change your directory to
new_dashboard
and bundle gems
$ bundle
- Start the server!
$ dash start
- Go to localhost:3030 and have fun!
- themes support
- recent versions of libraries
Distributed under the MIT license