itpdp/web
2026-05-27 21:23:06 +02:00
..
.vscode
public
src small fixups 2026-05-27 21:23:06 +02:00
.cta.json
.gitignore
biome.json
bun.lock
components.json
package.json
README.md
tsconfig.json
vite.config.ts attempt at fixing few issues 2026-05-27 21:18:35 +02:00

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.tsx has main route details
  • src/components/party.tsx contains quiz-specific details (game view, etc)