Contributing Setting up dev env Fork it, clone it. cd chouf go mod download Launching chouf # start it in debug mode go build && ./chouf -c config.yml -d # see available options with chouf -h Building docker image docker buildx build -t deltablot/chouf --build-arg VERSION=X.Y.Z .