## Building the plugin 1. Install dependencies ```bash yarn install ``` 2. Build plugin in development mode and run in watch mode ```bash yarn run dev ``` 3. Build plugin in production mode ```bash yarn run build ``` 4. Start Grafana docker image ```bash docker compose up ```