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.
-
Install dependencies
yarn install
-
Build plugin in development mode or run in watch mode
yarn dev
or
yarn watch
-
Build plugin in production mode
yarn build
-
Start the dev server:
yarn server