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

silverpond/dance-booth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.