Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 683 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 683 Bytes

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