The Air Vinyl server is responsible for serving the UI and exposing an API to control the current streaming status.
Currently, the easiest way to get up and running is to clone this repo and build with Cargo:
cargo build --release
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