A very stripped-down HTTP server built with Ruby and Rack, to serve static assets.
- Ruby 3
- Docker (optional)
- Compose (optional)
bundle installOR with Docker
docker compose buildbundle exec rackupOR with Docker
docker compose upThe website is available at http://localhost:3000
