9431625d0b
Resolved conflicts by keeping Database-Schema-&-Models version which contains: - Complete Phase 7 documentation polish (ELI5 style) - GitHub Actions CI/CD workflows (Docker + Pages) - GHCR migration (replacing Docker Hub) - All backend and frontend improvements
Frontend (Vite + React)
Development
cd frontend
npm install
npm run dev
Production build
cd frontend
npm run build