22 lines
496 B
Markdown
22 lines
496 B
Markdown
<div align="center">
|
|
<h1 align="center">TTime</h3>
|
|
<p align="center">Time Tracking Platform</p>
|
|
</div>
|
|
|
|
---
|
|
|
|
## Introduction
|
|
|
|
A time tracking platform that allows users to track their time and generate reports.
|
|
|
|
## Build Instructions
|
|
|
|
Dependencies:
|
|
|
|
- [Go](https://go.dev/)
|
|
- Make
|
|
- [Node & npm](https://nodejs.org/en/)
|
|
- [Podman](https://podman.io/) / [Docker](https://www.docker.com/)
|
|
- (Optional) [Just](https://github.com/casey/just)
|
|
|
|
More detailed build instructions [here](./BUILD.md).
|