Skip to content

timoweiss/tijd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.