feat: restructure dHive knowledge into OKF layout

This commit is contained in:
2026-07-25 15:18:58 +02:00
parent 2ad85ddf86
commit 4c7d48ae6d
24 changed files with 0 additions and 0 deletions
@@ -0,0 +1,29 @@
# Jury-Voting
Real-time jury voting application for the UNIKAT Ideenwettbewerb.
## Stack
- Frontend: React 19 + Vite
- Backend: Express.js
- Persistence: JSON file-based
- Real-time: Server-Sent Events (SSE)
## URLs
- Production: https://unikat.andreknie.de
- Admin: /admin
- Results/Beamer: /results
## Development
```bash
npm install
npm run dev
```
## Deployment
Push to main triggers GitHub Actions -> SSH to VPS -> systemd restart.
Port 3002 on VPS, Caddy reverse proxy.