Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 585 Bytes

Contribution Guide

Building the plugin

This plugin relies on pnpm and Node 18. The typical build sequence is:

pnpm install
pnpm build

For development, you can run:

pnpm dev

Docker Support

A docker-compose.yml file is include for easy development and testing, just run

docker-compose up

Then browse to http://localhost:3000

There is also a catalog-review directory with a more complete setup that includes a datasource and sample dashboards.

External Dependencies

  • Grafana 9.3.16+

Build Dependencies

  • pnpm
  • node 18