Timer is a local-first time-tracking app featuring custom settings and labels
| Command | Description |
|---|---|
npm start |
Execute the app in the web browser in dev mode |
npm run tauri:serve |
Launch the native desktop application in development mode with hot-reloading |
npm run tauri:bundle |
Build the application and create an executable app based on the operating system |
Build the project:
npm run buildBuild the Docker image:
docker build -t timer-angular:latest .Run the container:
docker run -d -p 8081:80 --name timer-angular timer-angular:latestThis project is licensed under the MIT License - see the LICENSE file for details.