Skip to content

archilogic-com/bi-plugin-grafana-floor-panel

Repository files navigation

grafana-plugin

Archilogic Grafana Floor Plan plugin

Getting started

Frontend

  1. Install dependencies

    yarn install
  2. Build plugin in development mode or run in watch mode

    yarn dev
    
    # or
    
    yarn watch
  3. Build plugin in production mode

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

    yarn server