- Event: KCD Czech & Slovak 2025
- Date: 2025-06-05
- Slides
- Make sure Docker is installed and running.
- Make sure Go is installed.
- Install the latest Dagger CLI.
- Make sure you have a GitHub account set up with SSH keys.
- Last, but not least: you'll need your favorite text editor or IDE.
❯ just --list
Available recipes:
build # build the application
check # run both tests and linters
fmt # format code
lint # run linter
run # run the application
test # run tests