mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
4 lines
76 B
Ruby
4 lines
76 B
Ruby
# run it: rackup config.ru -p 4567
|
|
|
|
require 'app'
|
|
run Sinatra::Application
|