Skip to content

Latest commit

 

History

History

README.md

Prometheus Plugin

How to install

This plugin requires react and react-dom 18

Install peer dependencies:

npm install react@18 react-dom@18

Install the plugin:

npm install @perses-dev/prometheus-plugin

Development

Setup

Install dependencies:

npm install

Get Started

Start the dev server:

npm run dev

Build the plugin for distribution:

npm run build