The official website for the Game Builders Club at the University of Georgia.
Built with Next.js, deployed on Vercel.
site/ Next.js app (root directory for Vercel)
cd site
npm install
npm run devOpen http://localhost:3000 to see the site.
Game data lives in site/src/app/data/projects.ts. Append a new entry to the array and put cover art/screenshots in site/public/assets/, referenced as /assets/<filename>.
The site auto-deploys to Vercel on every push to main. The Vercel root directory is set to site/.