mirror of
https://github.com/handsomezhuzhu/QQuiz.git
synced 2026-04-18 14:32:54 +00:00
16 lines
345 B
Markdown
16 lines
345 B
Markdown
# QQuiz Web
|
|
|
|
This directory contains the new Next.js frontend scaffold for the QQuiz
|
|
refactor.
|
|
|
|
## Status
|
|
|
|
- App Router skeleton: added
|
|
- Auth/session proxy routes: added
|
|
- Legacy Vite frontend replacement: in progress
|
|
- shadcn/ui component foundation: added
|
|
|
|
## Environment
|
|
|
|
Copy `.env.example` and point `API_BASE_URL` at the FastAPI backend.
|