mirofish-engine / start.bat
VinOS Agent
feat: HF Spaces production deployment (Docker + nginx on port 7860)
b24d6d6
raw
history blame contribute delete
370 Bytes
@echo off
echo ============================================
echo MiroFish Sentiment Engine - Starting...
echo ============================================
echo.
echo Frontend: http://localhost:3002
echo Backend: http://localhost:5001
echo VinOS: http://localhost:3000 (separate)
echo ============================================
echo.
cd /d "%~dp0"
npm run dev