An unofficial fan guide to following the 2026 FIFA World Cup from New York City.
Pick your nations → get every fixture in Eastern Time → export to Google Calendar or .ics → find NYC watch parties.
npm installnpm run devOpen http://localhost:5173 in your browser.
npm run buildOutput goes to dist/. Preview the production build locally:
npm run previewnpm install -g vercel
vercelOr push to GitHub and import the repo at vercel.com/new. Vercel auto-detects Vite — no extra config needed.
npm install -g netlify-cli
netlify deploy --buildOr push to GitHub and import at app.netlify.com. Set build command to npm run build and publish directory to dist.
├── index.html # Vite entry point
├── vite.config.js # Vite config
├── src/
│ ├── main.jsx # React root mount
│ ├── App.jsx # Main application component
│ └── index.css # Global reset
└── public/ # Static assets (add favicon etc. here)
- Add your AdSense pub ID to
index.html<head>. - Replace
<AdSlot />placeholders with real AdSense<ins>units. - Replace
href="#"in theAFFILIATESarray with tagged links. - Update
[YOUR EMAIL]and[DATE]in the Privacy and About pages.
Unofficial fan project. Not affiliated with FIFA.