Skip to content

tact-app/app

Tact.app

🤺 Tact.app

The next-generation Time Management Software and Work-Life Management Platform.

Quick start

Requirements:

$ alias run=./Taskfile
$ run setup
$ run wait-for-it -q -w localhost:3000 -- open http://localhost:3000/ &
$ run start

Manage secrets

You can update tokens by the following commands

$ run set_github_token
$ run set_okteto_token

Tools

Installation

$ run tools install

Docker Compose

Useful: docs, src.

$ run compose --help

Available Docker images:

  • ghcr.io/tact-app/web:latest, GitHub Registry
  • quay.io/tact-app/web:latest, Quay Registry
  • octopot/tact-app-web:latest, Docker Hub

GitHub CLI

Useful: docs, src.

$ run gh help
$ run @workflows

Okteto CLI

Useful: docs, src.

$ run okteto context use https://cloud.okteto.com
$ run okteto up

$ run okteto --help

You can avoid using the token parameter when working with these commands, it's substituted automatically under the hood.

License

GNU Affero General Public License v3.0 or later. See LICENSE to see the full text.

We use CLA assistant to sign copyright agreements while contributing. See CLA to see the full text.

made with ❤️ for everyone by OctoLab