Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 440 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 440 Bytes

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