Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 783 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 783 Bytes

The Dance Booth!

Setup

Clone it and jump into the root dir:

git clone https://github.com/silverpond/dance-booth.git
cd dance-booth

Set up the UI

cd ui && yarn install && cd -

Build the server (install stack first, if you don't have it yet)

cd server && stack build && cd -

Running

./serve

Then, navigate to localhost:8000!

Once it's loaded, you should see something like this:

Follow the instructions! After dancing for 10 seconds, you should see two videos in the ./saved-videos folder!

License

This code is Licensed under the LICENSE file. Further information can be found in the READMEs of the subfolders.