Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 416 Bytes

File metadata and controls

12 lines (7 loc) · 416 Bytes

vban-universal

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.