This commit is contained in:
zhutoutoutousan
2026-02-13 08:03:25 +01:00
parent 09c2f54c71
commit 98a87a69ca
134 changed files with 20003 additions and 253 deletions
+13
View File
@@ -0,0 +1,13 @@
@echo off
echo ==========================================
echo 🚀 STARTING CYBERPUNK POLYMARKET DASHBOARD
echo ==========================================
echo.
echo 📦 Installing dependencies...
pip install -r requirements.txt
echo.
echo 🌐 Starting server...
echo 💀 Open http://localhost:5000 in your browser
echo.
python app.py
pause