Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@@ -0,0 +1,13 @@
#!/bin/bash
set -e
echo "Installing dependencies..."
cd "$(dirname "$0")/backend"
python3 -m pip install -r requirements.txt --quiet
echo
echo "Starting WireDraw at http://localhost:8000"
echo "Press Ctrl+C to stop."
python3 run.py
The note is not visible to the blocked user.