- Event: KCD Romania 2024
- Date: 2024-04-25
- Slides
- Download Dagger:
make bin/dagger
- Download dependencies:
make deps
(optional) - Write some code (and tests)
- Build the app:
make build
- Run tests:
make test
- Run lint:
make lint
- Commit and push
Pro tip: Use make ci
to run the entire CI pipeline locally.