Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikaelkristiansson/gitbar

System tray for github reviews
https://github.com/mikaelkristiansson/gitbar

application gitbar reviews systemtray tauri

Last synced: about 2 months ago
JSON representation

System tray for github reviews

Awesome Lists containing this project

README

        

GitBar


app icon

An system tray app for showing your pull requested reviews.

![image](./website/static/screenshot.png)

## Development instructions

### Requirements

[Tauri getting started](https://tauri.app/v1/guides/getting-started/prerequisites)

### Instructions

```sh
# 1 - install dependencies
yarn

# 2 - Run the App in development mode
yarn tauri:dev
```

> note that the first run will take time as tauri download and compile dependencies.

### Production

```sh
yarn tauri:build
```