Skip to content

solidtime-io/solidtime-desktop

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