#!/usr/bin/env bash

set -e

cd "$(dirname "$0")/.."

echo "==> Running dashboard app"
rye run python -m src.dashboard
