Web-Game-test
This project now runs as a Next.js App Router site that is ready to deploy on Vercel.
Development
Install dependencies and start the local server:
Routing model
- The homepage renders from a static catalog in
lib/game-data.js.
- Each playable entry gets a slug route like
/vectoid-td.
- The slug page uses one shared iframe layout instead of many duplicated HTML wrappers.
Deploy on Vercel
- Push this repository to GitHub.
- Import the repo into Vercel.
- Use the default Next.js build settings.