Set up your development environment
These guides walk you through setting up your development environment for Grafana plugin development. Including:
- Running a development Grafana server with your plugin installed using Docker
- Setting up GitHub workflows to automate your development and release process
- Extending configurations for ESLint, Prettier, Jest, TypeScript, and Webpack
- Set up your Docker environmentSet up Docker for Grafana plugin development.
- Set up your GitHub workflowsSet up GitHub for Grafana plugin development.