No description
backend | ||
container | ||
frontend | ||
.containerignore | ||
.gitignore | ||
BUILD.md | ||
Justfile | ||
LICENSE | ||
README.md |
TTime
Time Tracking Platform
Introduction
A time tracking platform that allows users to track their time and generate reports.
Build Instructions
Dependencies:
If you're on Fedora/Red Hat derivatives, this is as simple as:
sudo dnf install -y make golang nodejs podman just
Any Debian/Ubuntu-based distro:
sudo apt install -y make golang nodejs podman
sudo apt install -y just # For Ubuntu
Arch Linux & derivatives:
sudo pacman -S make go nodejs npm podman just
More detailed build instructions here.