This is the repository for SESI Conference.
- make sure you have RubyGems installed.
- run
gem install middleman
to install middleman - run
bundle exec middleman
or justmiddleman
(first one is faster though) to get a server running on localhost:4567 (default).