Clone the Thredds project directly into the data/plugins
folder in the Grafana installation.
- Install npm packages:
npm install
- Build and lint the JavaScript:
npm run build
- A build watcher
grunt watch
You do not need to restart your local Grafana server after every change; just refresh the page.