itpdp/web
2026-05-12 23:42:12 +02:00
..
.vscode initial commit 2026-04-19 12:38:24 +02:00
public initial commit 2026-04-19 12:38:24 +02:00
src claim controller ui 2026-05-12 23:42:12 +02:00
.cta.json initial commit 2026-04-19 12:38:24 +02:00
.gitignore initial commit 2026-04-19 12:38:24 +02:00
biome.json initial commit 2026-04-19 12:38:24 +02:00
bun.lock basic spotify login 2026-04-19 14:05:08 +02:00
components.json initial commit 2026-04-19 12:38:24 +02:00
package.json add qr code 2026-04-21 22:12:21 +02:00
README.md add simple docs 2026-05-01 20:41:30 +02:00
tsconfig.json initial commit 2026-04-19 12:38:24 +02:00
vite.config.ts small refactor 2026-05-05 13:33:18 +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)