Files
gkachele-saas/demo/LEEME_PRIMERO.txt
2026-01-17 11:40:17 +01:00

48 lines
1.8 KiB
Plaintext

═══════════════════════════════════════════════════════════
✅ DEMO FUNCIONANDO - VERSIÓN SIMPLE
═══════════════════════════════════════════════════════════
🚀 EJECUTAR:
Desde WSL:
cd /mnt/c/word/demo
python3 app_simple.py
Luego abre en navegador:
http://localhost:5001
═══════════════════════════════════════════════════════════
✨ CARACTERÍSTICAS:
✅ Landing page
✅ Registro/Login
✅ Dashboard cliente
✅ Crear sitio
✅ Customizer (sidebar + preview en tiempo real)
✅ Enviar para aprobación
✅ Admin panel
✅ Sitios públicos
═══════════════════════════════════════════════════════════
📋 FLUJO:
1. Registrarse → /register
2. Crear sitio → /create
3. Personalizar → /customizer/{id}
4. Enviar → Click "Enviar"
5. Admin → /admin (aprobar)
6. Ver → /site/{slug}
═══════════════════════════════════════════════════════════
🔧 SI NO FUNCIONA:
1. Verifica Python: python3 --version
2. Instala Flask: pip3 install Flask Werkzeug
3. Cambia puerto en app_simple.py línea final:
port=8000 (en lugar de 5001)
═══════════════════════════════════════════════════════════