Vite + React frontend for the AlphaHedge options dashboard.
npm install
npm run devThe app runs on http://localhost:8888.
npm run buildBuild output is written to dist/.
This repo now includes Cloudflare Pages support:
public/_headerssets cache and basic security headers.- SPA fallback is handled by Wrangler / Cloudflare asset config during deploy.
Step-by-step setup is in CLOUDFLARE_SETUP.md.