Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikramhasan/gg-desktop
View all game giveaways. Right in your menu bar.
https://github.com/ikramhasan/gg-desktop
nextjs rust rust-lang tauri typescript
Last synced: about 1 month ago
JSON representation
View all game giveaways. Right in your menu bar.
- Host: GitHub
- URL: https://github.com/ikramhasan/gg-desktop
- Owner: ikramhasan
- Created: 2024-04-07T11:40:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T06:42:34.000Z (8 months ago)
- Last Synced: 2024-11-08T17:31:51.636Z (3 months ago)
- Topics: nextjs, rust, rust-lang, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GG: Game Giveaways
Most gaming clients nowadays offer free games very often (Specially EPIC) and I've always found it hard to check all the stores out every week. I wanted an app that would notify me when a game goes free. After a lot searching around, I decided to make my own. Through this app, you can see all available free games and active giveaways and get notified when a game goes free.
## Getting Started
First, install all the dependencies:
```bash
bun install
```Then, run the development server:
```bash
bun tauri dev
```