This is a React-based web UI for the dance-floor server interface
For maximum enjoyment, you will want to be running and developing against a local instance of the dance-floor server.
You don't need any special hardware to run the dance floor server, in fact, most of this UI was developed while bored on an airplane.
Install the dance floor server:
cd ~/git
git clone https://github.com/tennessee-garage/dance-floor.git
cd floor
poetry shell
poetry install
Run the dance floor server:
cd ~/git/dance-floor/floor
poetry shell
python run-show.py --driver=devserver
In another terminal, launch the ddfui devserer:
cd ~/git/ddfui
yarn devserver
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the dist
folder.
Update this README's auto-generated table of contents.