Skip to content

vaduga/mapgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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