first commit

This commit is contained in:
M1ngdaXie
2025-12-29 16:29:24 -08:00
commit 37d89b13b9
48 changed files with 7334 additions and 0 deletions

7
frontend/.env.example Normal file
View File

@@ -0,0 +1,7 @@
# API Configuration
# Backend API base URL
VITE_API_URL=http://localhost:8080/api
# WebSocket Configuration
# WebSocket server URL for real-time collaboration
VITE_WS_URL=ws://localhost:8080/ws