-
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
-
Spin up a Grafana instance and run the plugin inside it (using Docker)
yarn server
Below you can find source code for existing app plugins and other related documentation.