Skip to content

ncaunt/BADGER.Dashboards.Node

 
 

Repository files navigation

#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.

Installation

Dev

Non-minified assets, make a change, see it live

  1. Clone repo
  2. npm install
  3. grunt serve

Production

Minified, combined, optimised. grunt build required to see changes made in /static

  1. Clone repo
  2. npm install
  3. grunt build
  4. npm start

Tests

Those tests which exist can be executed via: grunt test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • CSS 8.3%
  • HTML 1.5%