first commit

This commit is contained in:
2025-07-31 11:27:50 -04:00
commit b2e963a6c6
8341 changed files with 1740423 additions and 0 deletions

4
start_frontend.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
pkill -f "npm start"
sleep 5
cd backend/backend/frontend && npm install && npm start &