asdf install
cp config.toml.example config.toml
# Then update the values in config.toml to your needs
# Build the binary then start server
# This exposes endpoints like POST localhost:8080/api/v1/callback
make
Building for Linux AMD64 Platform
Prereqs
podman, or docker
make build-linux-amd64
Developing
asdf install
cp config.toml.example config.toml
# Then update the values in config.toml to your needs
make pre-flight
# Available commands
make run
make fmt
make lint
make test