#!/bin/sh
# Start the local preview server

set -e

bundle exec jekyll serve
