first commit

This commit is contained in:
domrichardson
2026-03-24 16:03:04 +00:00
commit df40cc57e1
80 changed files with 16766 additions and 0 deletions

10
frontend/.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Frontend Environment Example
# API Base URL (Backend server)
VITE_API_BASE_URL=http://localhost:8080
# Environment
VITE_ENV=development
# Feature Flags
VITE_ENABLE_ANALYTICS=false