This repository currently ships the shared TypeScript logic for cards, dice and layouts. A minimal landing page and health endpoint are published so Vercel deployments no longer return 404 NOT_FOUND while the Next.js app is under construction.
/api/health to verify the deployment is reachable.vercel.json routes everything to this page until the
Next.js frontend is added.
web/src with parity tests in
web/test.
Replace this placeholder with the App Router shell and hydrate the card/dice modules once the Neon database and realtime channel are wired.
See docs/web_architecture.md for the target layout and
docs/vercel_neon_noob_tutorial.md for deployment steps.