TTime

Time Tracking Platform

--- ## Introduction A time tracking platform that allows users to track their time and generate reports. ## Build Instructions The full build instruction is available [here](./BUILD.md). Dependencies: - [Go](https://go.dev/) - [Make](https://www.gnu.org/software/make/) - [Node & npm](https://nodejs.org/en/) - [Podman](https://podman.io/) / [Docker](https://www.docker.com/) - [Just](https://github.com/casey/just) (Optional) If you're on [Fedora](https://fedoraproject.org/)/Red Hat derivatives, this is as simple as: ```bash sudo dnf install -y make golang nodejs podman just ``` Any [Debian](https://www.debian.org/)/[Ubuntu](https://ubuntu.com/desktop)-based distro: ```bash sudo apt install -y make golang nodejs podman sudo apt install -y just # For Ubuntu ``` [Arch Linux](https://archlinux.org/) & derivatives: ```bash sudo pacman -S make go nodejs npm podman just ```