Files
CrewAI-Visualizer/start_win.bat

11 lines
227 B
Batchfile

REM Run the project
echo Starting development server...
start call npm start
REM Wait for a few seconds to ensure the server is up and running
timeout /t 2
REM Open browser
echo Opening browser...
start http://localhost:3000