a
This commit is contained in:
13
run_server.sh
Executable file
13
run_server.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run the Flask web server for the episode viewer
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
echo "Starting Episode Web Viewer..."
|
||||
echo "Open http://localhost:5000 in your browser"
|
||||
echo "Press Ctrl+C to stop"
|
||||
echo ""
|
||||
|
||||
uv run flask --app webapp/app run --host=0.0.0.0 --port=5000
|
||||
Reference in New Issue
Block a user