#!/usr/bin/env ruby require "webrick" server = WEBrick::HTTPServer.new(Port: 8000, DocumentRoot: 'public') server.start