Skip to content

solidtime-io/solidtime-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d818987 · Aug 28, 2024

History

14 Commits
Aug 28, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 26, 2024
Aug 26, 2024
Aug 26, 2024
Aug 27, 2024
Aug 26, 2024
Aug 26, 2024
Aug 27, 2024
Aug 26, 2024
Aug 28, 2024
Aug 27, 2024
Aug 28, 2024
Aug 28, 2024
Aug 26, 2024
Aug 26, 2024
Aug 26, 2024
Aug 26, 2024
Aug 26, 2024

Repository files navigation

solidtime desktop

Desktop Application for Solidtime - The modern open-source time-tracker for macOS, Windows and Linux.

This client is currently in alpha, if you run into any problems please open an issue.

Download the latest versions:

You can find the latest versions here

Additionally you can install the app via

Get it from the Snap Store

Development Setup

We do not accept any external contributions at the moment as this project is still in an early stage.

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux