East Territory — March Men’s Chapter Challenge

This Cloudflare Pages deploy serves a static landing page. The interactive bracket dashboard (zone → region → chapter, live stats) is a Python FastAPI app in this repository.

Run the full app locally:

pip install -e ".[dev]"
uvicorn md_march_madness.app:app --host 0.0.0.0 --port 8000

See the GitHub repository README for details, environment variables, and tests.

To fix “no package.json” deploy errors, this repo includes npm run build, which copies public/ to dist/. Set Cloudflare Pages Build output directory to dist.