mirror of
https://github.com/Blockstream/satellite-api.git
synced 2024-11-19 13:00:02 +01:00
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
|
# To launch: bundle exec rackup
|
||
|
|
||
|
require 'rubygems'
|
||
|
require 'bundler'
|
||
|
|
||
|
Bundler.require
|
||
|
|
||
|
require './main'
|
||
|
run Sinatra::Application
|