Initial commit

This commit is contained in:
2025-10-22 10:23:49 -07:00
commit ed6cf5e2af
78 changed files with 14686 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Demo: Portfolio Site - Environment Configuration
# Copy this to .env and fill in your values
# Directus Infrastructure URL
# For local: http://localhost:8055
# For Coolify: https://directus.yourdomain.com
DIRECTUS_URL=http://localhost:8055
# Public API URL (accessible from browser)
# For local: http://localhost:3000
# For Coolify: https://api.yourdomain.com
PUBLIC_API_URL=http://localhost:3000