Skip to content

mikaelkristiansson/gitbar

Repository files navigation

GitBar

app icon

An system tray app for showing your pull requested reviews.

image

Development instructions

Requirements

Tauri getting started

Instructions

# 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

yarn tauri:build