To work on this project, consider the following Makefile targets:
# builds the application
make
# run unit-tests
make test-unit
# run end-to-end tests
make test-e2e
# deploy against the controller
make deploy IMAGE_BASE='ghcr.io/...'
To work on this project you need the following tools installed: