An Electron.js application for receiving and broadcasting audio using the VBAN protocol
Start by installing dependencies with npm i.
To develop locally, use npm run dev.
To create distributable binaries, use npm run dist.
To create a locally runable binary for your machine, use npm run pack.
To run locally, without extra development tools, use npm start.