Generates a random roblox game from the front page. Uses caching for a a fast experience.
Built with Next.js and TailwindCSS.
If you're coming here from the Github Student Community Exchange I have created a quick LEARN.md to help you out on how it works.
Preview of site is available at random-roblox-game.vercel.app.
Run the development server:
npm dev
Open http://localhost:3000 with your browser to see the result.
Building for production:
npm build
Starting production server:
npm start
Open http://localhost:8080 with your browser to see the result.