Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 957 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 957 Bytes

Tijd

Tijd - Simple time tracker

download from releases

tijd Tijd

Developing

Currently the project consists of two parts - main and renderer. The dependencies of both need to be installed separately.

# ./
npm i
cd ./renderer && npm i

Start the frontend

# ./renderer
npm start

Start the electron app

# ./
npm run dev

Deploy to Github release artifacts

´´´ npm run dist

Builds and deploys a [release artifact](https://github.com/timoweiss/tijd/releases).
Electron-autoUpdater will fetch the newest release automatically when starting the app. 
Ensure you set an env variable [GH_TOKEN](https://github.com/settings/tokens) with a personal access token.