diff --git a/DEVELOPMENT_GUIDE.md b/DEVELOPMENT_GUIDE.md index a6a6e46..b1c69cf 100644 --- a/DEVELOPMENT_GUIDE.md +++ b/DEVELOPMENT_GUIDE.md @@ -1,5 +1,9 @@ # Development guide +This plugin uses [@grafana/create-plugin](https://grafana.com/developers/plugin-tools/). + +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: . + 1. Install dependencies ```BASH @@ -23,3 +27,9 @@ ```BASH yarn build ``` + +4. Start the dev server: + + ```BASH + yarn server + ```