Website for Hack Knight, the Queens College hackathon: the public site, participant registration, and an admin dashboard.
| Folder | What it is |
|---|---|
frontend/ |
Vite + React + TypeScript single-page app (public site and admin) |
backend/ |
Express + TypeScript API, the only client of Supabase data and storage |
supabase/ |
Supabase CLI project: database migrations and local dev config |
docs/ |
Developer docs: stack guides, testing, git workflow, design system |
Start with docs/README.md. It links every guide and has the quick start for running the full stack locally.