Categorygithub.com/Sensetif/sensetif-app-plugin
repository
0.0.0-20240114200159-c45736e1c44d
Repository: https://github.com/sensetif/sensetif-app-plugin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Grafana App Plugin Template

Build

This template is a starting point for building Grafana App Plugins in Grafana 7.0+

Getting started

  1. Install dependencies

    yarn install
    
  2. Build plugin in development mode or run in watch mode

    yarn dev
    

    or

    yarn watch
    
  3. Build plugin in production mode

    yarn build
    

Learn more