Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.12 KB

File metadata and controls

36 lines (25 loc) · 1.12 KB

Downloads Discord Telegram Url YOUTUBE Project Site ✉️

Mapgl Panel plugin dev environment

Get started with provisioned dashboards

  1. Install dependencies

    npm install
  2. Build plugin in development mode and run in watch mode

    npm run dev
    
  3. Build plugin in production mode

    npm run build
  4. Spin up a Grafana instance and run the plugin inside it (using Docker)

    docker compose up --build