#!/usr/bin/env bash
export FLASK_APP=symcollab.moe.website
if command -v xdg-open >/dev/null 2>&1; then
	$(sleep 3 && xdg-open "http://localhost:5000") &
fi
flask run
