initial commit

This commit is contained in:
2025-08-02 10:49:24 +03:00
committed by jarno
commit 99032bf03c
30 changed files with 4754 additions and 0 deletions

10
frontend/env.example Normal file
View File

@@ -0,0 +1,10 @@
# API Configuration
VITE_API_BASE_URL=http://localhost:3000/api
# App Configuration
VITE_APP_TITLE=Vibing
VITE_APP_DESCRIPTION=A modern React application built with Vite
# Feature Flags
VITE_ENABLE_ANALYTICS=false
VITE_ENABLE_DEBUG_MODE=false