/roblox-random-gen

Generate a random roblox game.

Primary LanguageTypeScriptMIT LicenseMIT

Roblox Random Game Generator

Generates a random roblox game from the front page. Uses caching for a a fast experience.

Built with Next.js and TailwindCSS.

How does it work?

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

Preview of site is available at random-roblox-game.vercel.app.

Running

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.