Tijd - Simple time tracker
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
# ./renderer
npm start
# ./
npm run dev
´´´ 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.