mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
CLAUDE branch
i made have screwed the pooch with this
This commit is contained in:
22
quick-start.bat
Normal file
22
quick-start.bat
Normal file
@@ -0,0 +1,22 @@
|
||||
@echo off
|
||||
echo Quick Start - Velo Threat Hunter
|
||||
|
||||
cd backend
|
||||
call venv\Scripts\activate
|
||||
pip install flask flask-cors python-dotenv requests werkzeug
|
||||
start "Backend" cmd /k "python app.py"
|
||||
cd ..
|
||||
|
||||
timeout /t 3 /nobreak >nul
|
||||
|
||||
cd frontend
|
||||
if exist package.json (
|
||||
start "Frontend" cmd /k "npm run dev"
|
||||
) else (
|
||||
echo Frontend not configured yet
|
||||
)
|
||||
cd ..
|
||||
|
||||
echo.
|
||||
echo Servers starting...
|
||||
pause
|
||||
Reference in New Issue
Block a user