feat: Add welcome component with documentation, tooling, ecosystem, community, and support sections

feat: Create WelcomeItem component for displaying welcome messages

feat: Implement various icon components for the welcome section

feat: Add theme management functionality with multiple color themes

feat: Integrate internationalization support with Spanish and English locales

feat: Set up Vue Router with authentication callback handling

feat: Implement authentication service for Discord OAuth2 login

feat: Create bot service for fetching bot statistics and information

feat: Add AuthCallback view for handling authentication responses

chore: Configure Vite for development and production environments
This commit is contained in:
Shni
2025-11-04 12:22:59 -06:00
parent 05b3bb394a
commit 86c17728c4
48 changed files with 7564 additions and 1 deletions

7
AmayoWeb/.env.example Normal file
View File

@@ -0,0 +1,7 @@
# Variables de entorno para desarrollo
VITE_DISCORD_CLIENT_ID=tu_client_id_de_discord
# API Backend
# Desarrollo: http://localhost:3001
# Producción: https://api.amayo.dev
VITE_API_URL=http://localhost:3001