Commit Graph

4 Commits

Author SHA1 Message Date
tck
9f29b51c4b docs(quick-4): update documentation for port 9999 and dual-mode
README.md:
- Update Essential files section with dual-mode default behavior
- Update dual-mode display section with port 9999 as Remote HD
- Update Display Modes table to include port 9999 and dual-mode note

WIKI.md:
- Add Remote HD Mode (Port 9999) section with full HD details
- Update Start Script Options table with dev:9999 and dual-mode
- Clarify port usage (8888 kiosk, 9090 legacy remote, 9999 remote HD)

install_everything.sh:
- Add dual-mode server information to startup message
2026-03-19 09:47:24 +08:00
99f1b3e095 Add install_everything.sh, update README.md, WIKI.md 2026-03-13 16:03:04 +08:00
e72a3ab85c Add everything and anything 2026-03-13 15:46:10 +08:00
9e3cc99bed feat: Phase 1 Foundation & Dashboard implementation
- Core infrastructure: Zustand store, API client with mock fallback
- Mode detection: Port 8080 (kiosk) / 9090 (remote)
- Dashboard components: RainfallCard, ClockDisplay, CommStatus
- Header components: VoltageDisplay, BatteryStatus, LoginIndicator
- Data polling with visibility awareness
- Bundle size: ~100KB gzipped

Also adds README.md and WIKI.md documentation
2026-03-13 06:42:55 +08:00