A Next.js app that displays NBA game intelligence — Kalshi odds, Ticketmaster ticket links, venue maps, and nearby transit/airport info.
Create a .env.local file with the required API keys:
TICKETMASTER_API_KEY=your_ticketmaster_key
GOOGLE_MAPS_API_KEY=your_google_maps_key
KALSHI_API_KEY=your_kalshi_key
npm installnpm run devnpm run gtfsThis project is configured for deployment on Vercel. The vercel.json file in the root of this repository provides the build configuration.
To connect this repository to Vercel:
- Go to Vercel and create a new project.
- Import this GitHub repository.
- Add the required environment variables in the Vercel project settings.
- Deploy.
Subsequent pushes to the main branch will trigger automatic deployments.