Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 898 Bytes

README.md

File metadata and controls

31 lines (29 loc) · 898 Bytes

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