Dashi is dashboard for data visualizations.
Presumably you've arrived at this point after having run the Dashi generator (yo dashi).
You might start with running
grunt servewhich will fire up your Dashi app and let you view it in your browser.
Next, you'll probably want to start editing app/index.html and app/main.js.
If you're using GitHub for your Dashi app, Dashi can publish your app to GitHub pages. Just use
grunt gh-pagesEnjoy!
https://eddies.github.io/dashi/
The dashboard template comes courtesy of AdminLTE. AdminLTE is a MIT-licensed, responsive HTML template, which is itself based on the Bootstrap 3 framework.
The multidimensional charting comes courtesy of dc.js, an Apache 2.0 licensed JavaScript charting library built on Crossfilter and D3.