#!/bin/sh
# SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
# For more information, please refer to <https://unlicense.org/>
# SPDX-License-Identifier: Unlicense
THIS=`realpath $0`
DIR=`dirname $THIS`
cd $DIR
(sleep 1 && python3 -m webbrowser -t "http://127.0.0.1:8000/demo/matchbox.html") &
python3 -m http.server