#BADGER.Dashboards
##Description BADGER Dashboards are built to provide an easy way to create more advanced graphs than those available in the excellent kibana. One of the specific aims is to be able to leverage elasticsearch aggregations - which are awesome.
Non-minified assets, make a change, see it live
- Clone repo
- npm install
- grunt serve
Minified, combined, optimised. grunt build required to see changes made in /static
- Clone repo
- npm install
- grunt build
- npm start
Those tests which exist can be executed via: grunt test