Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 949 Bytes

File metadata and controls

29 lines (20 loc) · 949 Bytes

Retro Launcher

This project is a testament to trying to create a Next.js based web application that would match the styling of Launchbox, which is currently ONLY available on Windows.

With this idea, we could debate getting a similar look and feel to Launchbox but on platforms such as MacOS, and Linux.

This would give users an exciting approach to managing their games, and to not feel left out with all of the retro fun and great features that Launchbox has to offer.

Screenshots:

Screenshot 1 Screenshot 2 Screenshot 3

Deployment Instructions

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.