Mapgl Panel plugin dev environment
-
Build mapLib local dependency package
cd mapLib && npm install && npm run build
-
Install dependencies
npm install
-
Build plugin in production mode
npm run build
-
Spin up a Grafana instance and run the plugin inside it (using Docker)
docker compose up --build