final_violin_checker / scripts /start_dev.sh
navidhus
Initial commit - local working state (GPU): OMR compare + CREPE audio + preprocessing
d5f3793
Raw
History Blame Contribute Delete
270 Bytes
#!/usr/bin/env bash
# Start all services in dev mode (hot-reload enabled for backend).
set -euo pipefail
cd "$(dirname "$0")/.."
echo "Starting OMR Demo..."
echo " Frontend : http://localhost:3100"
echo " Backend : http://localhost:8300"
echo ""
docker compose up