This branch is in progress. The repository currently contains only the client application (see the Client/ directory).
Server-side code lives on other branches in this repo; check those branches if you need the backend implementation.
The frontend is a React 19 + Vite + TypeScript app. Setup, scripts, and architecture notes are documented in Client/README.md.
cd Client
bun install
bun run devUse npm, pnpm, or yarn instead of Bun if you prefer; see the client README for details.