Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 328 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 328 Bytes

timewise

An automated tool for scheduling weekly tasks

Requirements

  • Maven
  • Java 21
  • Docker/Docker Compose
  • make command

Getting Started

1. Create a local .env file

make prepare-env

2. Build maven project and container images

make build

3. Run containers

make up