TTime/README.md

23 lines
496 B
Markdown
Raw Normal View History

2024-02-12 15:05:28 +01:00
<div align="center">
2024-02-12 16:38:58 +01:00
<h1 align="center">TTime</h3>
2024-02-12 15:05:28 +01:00
<p align="center">Time Tracking Platform</p>
2024-02-12 14:59:41 +01:00
</div>
---
## Introduction
A time tracking platform that allows users to track their time and generate reports.
## Build Instructions
2024-02-12 15:18:37 +01:00
Dependencies:
2024-02-12 16:19:42 +01:00
- [Go](https://go.dev/)
- Make
- [Node & npm](https://nodejs.org/en/)
- [Podman](https://podman.io/) / [Docker](https://www.docker.com/)
2024-02-12 16:41:04 +01:00
- (Optional) [Just](https://github.com/casey/just)
2024-02-12 15:18:37 +01:00
2024-02-12 16:19:42 +01:00
More detailed build instructions [here](./BUILD.md).