#!/bin/bash
set -x

rm -rf build
julia make.jl || exit 1
test -e build/index.html || exit 1
open -a Opera build/index.html
