A very stripped-down HTTP server built with Ruby and Rack, to serve static assets.
- Ruby 3
- Docker (optional)
- Compose (optional)
bundle install
OR with Docker
docker compose build
bundle exec rackup
OR with Docker
docker compose up
The website is available at http://localhost:3000