Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 335 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 335 Bytes

Building GeoLoop

Clone the GeoLoop project directly into the data/plugins folder in the Grafana installation.

  1. Install npm packages: npm install
  2. Build and lint the JavaScript: npm run build
  3. A build watcher grunt watch

You do not need to restart your local Grafana server after every change; just refresh the page.