File size: 505 Bytes
ab5b85b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---

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`.