Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 623 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 623 Bytes

NetSage Navigation Plugin

This is the customizable navigation plugin for NetSage project.

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

Testing the plugin in standalone mode

docker run -p 3001:3000 -v $PWD:/var/lib/grafana/plugins/netsage-nav-plugin -e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS='netsage-nav-plugin' --name=grafana-plugins grafana/grafana:8.2.3