Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buzzer

Local Development

Requires Python 3.12+ and uv.

uv run main.py

The app is then available at http://localhost:8080.

Admin panel: http://localhost:8080/admin

Deployment

gcloud run deploy buzzer --source . --region europe-west1 --allow-unauthenticated --max-instances 1 --project <project-id>

--max-instances 1 is required because the app uses in-memory state. For multi-instance setups, replace GameState with Firestore or Redis.

About

Buzzer app for party game

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages