Skip to content

ACE-IoT-Solutions/ace-svg-react

Repository files navigation

ACE.SVG

View the main README page in src/README.md which is shown on the Grafana Plugin Marketplace.

Developer Instructions

Software Requirements

Getting Started

  1. Clone the repository
    git clone https://github.com/ACE-IoT-Solutions/ace-svg-react.git
  2. Install dependencies
    npm i
  3. Build plugin in development (watch) mode
    npm run dev
  4. Build plugin in production mode
    npm run build
  5. Spin up a Grafana image in Docker
    npm run server