Spaces:
Sleeping
Sleeping
| sdk: docker | |
| # LAN Timer — Hugging Face Space (Docker) | |
| - Admin: `/admin` | |
| - Clients: `/client` (use `?room=xyz` to group) | |
| - Blackout control from Admin | |
| - Fixed 5-char **SS:CC** (seconds:centiseconds) display on clients | |
| ## Run locally | |
| ```bash | |
| npm install | |
| npm start | |
| # http://localhost:7860/admin | |
| ``` | |
| ## Deploy to Hugging Face Spaces (Docker) | |
| 1. Create Space (type: Docker). | |
| 2. Upload this repo (zip contents). | |
| 3. Commit; Space will build and run at `https://<space>.hf.space`. |