CLAUDE branch

i made have screwed the pooch with this
This commit is contained in:
2025-06-17 06:55:38 -04:00
parent 6a2279b704
commit b398f6624c
20 changed files with 1159 additions and 1 deletions

7
start-frontend.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
title Cyber Threat Hunter - Frontend
cd /d "%~dp0\frontend"
echo Starting Frontend Server...
npm run dev
pause