Instructions for how to do that would be a helpful addition to this page.
crystal eval 'require "http/server"; server = HTTP::Server.new([HTTP::LogHandler.new, HTTP::StaticFileHandler.new(".")]); server.bind_tcp(8080); server.listen'
Instructions for how to do that would be a helpful addition to this page.