https://github.com/mvximenko/gg
Game Finder built with Next
https://github.com/mvximenko/gg
List: gg
epic-games game games igdb igdb-api nextjs playstation react steam tailwindcss twitch video-game video-games videogame videogames
Last synced: about 2 months ago
JSON representation
Game Finder built with Next
- Host: GitHub
- URL: https://github.com/mvximenko/gg
- Owner: mvximenko
- Created: 2021-09-19T09:42:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T17:59:37.000Z (about 1 year ago)
- Last Synced: 2025-05-07T17:05:37.888Z (about 2 months ago)
- Topics: epic-games, game, games, igdb, igdb-api, nextjs, playstation, react, steam, tailwindcss, twitch, video-game, video-games, videogame, videogames
- Language: JavaScript
- Homepage: https://m-gg.vercel.app
- Size: 1.47 MB
- Stars: 183
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-open-source-by-country-or-region - Germany
README
# GG
## Getting Started
```
git clone https://github.com/mvximenko/gg.git
``````
npm install
```Set up environment variables in `.env`
```
IGDB_CLIENT_ID=
```
```
IGDB_CLIENT_SECRET=
``````
npm run dev
```