Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 865 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 865 Bytes

Archilogic Grafana Datasource 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

Learn more

Below you can find source code for existing app plugins and other related documentation.