The world's first motion-based programming language!
videoplayback.mp4
- In the root directory, create a virtual environment using python 3.10 (mediapipe isn't supported for later versions)
- Once in the virtual environment, install dependencies by running "pip install -r requirements"
- cd into server, and run "python main.py" to run the server
- cd into client, and run "npm run dev" to run the frontend