This is a Node.js app that provides an interface for editing Performance Platform dashboard configuration.
It runs locally on your machine, modifying and deploying the spotlight-config repository.
- Install Node.js
- Run
npm installto install dependencies - Setup a config.json file (see config.json.example)
- Run
npm startto start the application - Visit http://localhost:3000/ in your browser