An application to track your work time ⏰
👥 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
# Svelte Components Testing
npm run test:sveltecomp
# E2E Electron Testing
npm run test:electron
# 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