This project is based on Tockler
Operating System | Download |
---|---|
Windows (32-bit and 64-bit .exe) | |
macOS (.dmg) | |
Linux (.AppImage) |
- Electron with Webpack and Typescript
- React
- D3 v4 and Victory Chart
- Ant Design
By default, devtime writes logs to the following locations:
on Linux: ~/.config/devtime/logs/main.log
on macOS: ~/Library/Logs/devtime/main.log
on Windows: %USERPROFILE%\AppData\Roaming\devtime\logs\main.log
git clone https://github.com/GitStartHQ/DevTime.git # Download this project
npm install yarn -g # install yarn or binary from https://yarnpkg.com
Renderer and main process builds have been separated. It's easier to boilerplate this project and switch client framework.
cd client/
yarn install # Install dependencies
npm start
cd electron/
yarn install # Install dependencies
yarn start
Build scripts samples are in travis/appveyor files.
https://4sysops.com/archives/sign-your-powershell-scripts-to-increase-security/' in powershell as admin
$cert = Get-ChildItem -Path Cert:\CurrentUser\My -CodeSigningCert
Set-AuthenticodeSignature -FilePath '.\app\get-foreground-window-title.ps1' -Certificate $cert
GNU General Public License v2.0 2021 MayGo (https://github.com/MayGo)
- On app launch only tray window runs. Main window does not open.
- Main window opens from tray windows arrow or by reopening application.
Quick fix: ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true yarn