Skip to content

dscottboggs/flix-webui

Repository files navigation

Flix web UI

This is a web interface for the Flix web API, a high-performance media streaming server. It is a React.JS single-page application.

Usage

TODO basic deployment

From source

git clone https://github.com/dscottboggs/flix-webui.git
cd flix-webui
npm run build
export flix_webroot=$PWD/build

Then serve build by running the media server with its appropriate command-line options.