View the main README page in src/README.md which is shown on the Grafana Plugin Marketplace.
- Clone the repository
git clone https://github.com/ACE-IoT-Solutions/ace-svg-react.git
- Install dependencies
npm i
- Build plugin in development (watch) mode
npm run dev
- Build plugin in production mode
npm run build
- Spin up a Grafana image in Docker
npm run server