khy_admin/start.sh
2025-09-19 21:51:10 -07:00

6 lines
203 B
Bash
Executable file

#!/bin/bash
echo "🚀 Starting KHY Admin Dashboard..."
echo "📱 Dashboard will be available at: http://localhost:3000"
echo "🔧 To stop the server, press Ctrl+C"
echo ""
python3 -m http.server 3000