Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 478 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 478 Bytes

Air Vinyl Server

The Air Vinyl server is responsible for serving the UI and exposing an API to control the current streaming status.

Installation

Currently, the easiest way to get up and running is to clone this repo and build with Cargo:

cargo build --release

Usage

In order to start the server you need to point it to a built version of the UI.

AIR_VINYL_UI=../ui/build target/release/air-vinyl-server