Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

kfiku/piGit

Repository files navigation

PiGit

UI App to watch git repos changes in ease

Icon Icon Icon

electron app, written in typescript, react, redux.

Build Status

Debian / Ubuntu 64bit

Download latest version from releases

From source

git clone https://github.com/kfiku/piGit.git
cd piGit
npm install

and npm start prod or to build npm run package

FOR PRODUCTION ENV

npm run prod

FOR DEV ENV - with simple HRM on renderer and main process

npm start

Build package for your os (tested on latest macos and ubuntu-linux)

npm run package