Install Middleman if you haven't done yet.
$ gem install middleman$ mkdir ~/.middleman # if it doesn't exist
$ cd ~/.middleman
$ git clone https://github.com/5t111111/middleman-opal-template.git opal$ middleman init my_project --template=opal$ cd my_project
$ bundle install$ bundle exec middlemanThen open http://localhost:4567 in a web browser.