Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T20:17:46.000Z (8 months ago)
- Last Synced: 2024-05-18T17:45:48.731Z (6 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.netlify.app
- Size: 1.47 MB
- Stars: 180
- Watchers: 2
- Forks: 5
- 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
```