Skip to content

A very stripped-down HTTP server built with Ruby and Rack

License

Notifications You must be signed in to change notification settings

jveillet/static.rb

Repository files navigation

Static.rb

Build Status

Static.rb

A very stripped-down HTTP server built with Ruby and Rack, to serve static assets.

Prerequisite

  • Ruby 3
  • Docker (optional)
  • Compose (optional)

Installation

bundle install

OR with Docker

docker compose build

Usage

bundle exec rackup

OR with Docker

docker compose up

The website is available at http://localhost:3000