Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 685 Bytes

DEVELOPMENT_GUIDE.md

File metadata and controls

35 lines (23 loc) · 685 Bytes

Development guide

This plugin uses @grafana/create-plugin.

Below are just some very basic steps to get starting with the development environment, but there is a guide of how to setup the development environment from Grafana: https://grafana.com/developers/plugin-tools/get-started/set-up-development-environment.

  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. Start the dev server:

    yarn server