Skip to content

meanwhile-at-the-lab/partywat.ch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

partywatch

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