| .. | ||
| .vscode | ||
| public | ||
| src | ||
| .cta.json | ||
| .gitignore | ||
| biome.json | ||
| bun.lock | ||
| components.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
Web
A Tanstack start React web app, using Shadcn components.
Install dependencies:
bun install
Run locally:
bun run dev
By default connects to local backend (see ../api)
Important files to update:
src/routes/index.tsxhas main route detailssrc/components/party.tsxcontains quiz-specific details (game view, etc)