claude-says-no/TLDR.md
2025-06-06 18:50:32 +02:00

203 B

Create project directory

mkdir no-as-a-service cd no-as-a-service

Create the files above, then:

bundle install ruby app.rb

Or build container:

podman build -t naas . podman run -p 4567:4567 naas