Open-source watch party website from your friends at the lab. Installing Clone the repo and then run npm install python -m venv venv Activate the venv and then pip install -r requirements.txt Running Backend: uvicorn main:app --reload Frontend: npm run dev