With Ruby & Sinatra
# Install the deps
bundle install
# Run the tests
bundle exec rspec
# Run the linter
bundle exec rubocop
# Run the test watcher
bundle exec guard
# Run the compiler & server
bundle exec middleman server
- Add a markdown file with the
.html.md
extension tosource/tutorials/
- Add an entry to
data/tutorials.yml