Interested in sponsoring Cloud Native Rejekts Amsterdam 2026? See the current sponsorship prospectus here.
TODO
If you have Go installed you can run it directly with this following:
go run . -action serveIf not, you can use Docker to run the application:
docker build -t sponsorship .
docker run --rm -it -p 8080:8080 --entrypoint /app/sponsorship sponsorship -action serveThe website will then be available at: http://localhost:8080