Skip to content

DerKommentator/time-tracker

Repository files navigation

Time Tracker

An application to track your work time ⏰

Dashboard

Statistics

Settings

🏭 Developing

👥 Clone the repository

git clone https://github.com/DerKommentator/time-tracker.git

🔽 Download and install the dependencies

npm ci
# or
npm install

💹 Start the svelte and electron application

npm run dev:electron

🧪 Testing

# Svelte Components Testing
npm run test:sveltecomp

# E2E Electron Testing
npm run test:electron

🔨 Building

# To build the electron application on linux you need to install wine32
sudo apt-get install wine32

# Building for windows and linux
npm run build