Hyperaud.io dashboard.
This is the dashboard that binds the whole hyperaud.io system.
All source code is published under an MIT License.
nvm use || nvm install
npm install
npm run server
API is selected by front-end URI, use:
- http://hyperaud.io.127.0.0.1.xip.io:9000/ for production API
- http://hyperaud.net.127.0.0.1.xip.io:9000/ for dev/staging API
- http://localhost:9000/ for local API (hyperaudio/ha-api repo)