RetroPulse is a web-based platform that allows users to play classic retro games directly from their browsers. The platform supports games from various retro consoles like Nintendo, Sega, and PS1, bringing nostalgic gaming experiences back to life.
Check out the live version here: RetroPulse
git clone https://github.com/your-username/retropulse.git
cd retropulse
npm install
.env.local
file):### Database
DATABASE_URL=your-db-url
DIRECT_URL=your-directdb-url
### Authentication
WEBSITE_URL=your-host-url
NEXTAUTH_SECRET=your-secret-key
AUTH_SECRET=your-generated-auth-secret-from-authjs
AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=
### FILEBASE S3
S3_ENDPOINT=
S3_BUCKET_NAME=
S3_SECRET_ACCESS_KEY=
S3_ACCESS_KEY_ID=
S3_REGION=
S3_API_VERSION=
npm run dev
The app will be available at http://localhost:3000
Contributions are welcome! Feel free to open issues or create pull requests.
This project is licensed under the MIT License.
For any inquiries, reach out via: