Skip to content

tennessee-garage/ddfui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddfui

This is a React-based web UI for the dance-floor server interface

image

Developer Setup

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.

Quick start instructions

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

Available Scripts

In the project directory, you can run:

yarn start

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.

yarn build

Builds the app for production to the dist folder.

yarn toc

Update this README's auto-generated table of contents.

About

React UI for the dance-floor server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published