Skip to content

Commit 8268d53

Browse files
committed
🚀 Add complete MechMind-dwv showcase with deployment
1 parent a1f5478 commit 8268d53

File tree

2 files changed

+56
-28
lines changed

2 files changed

+56
-28
lines changed

README.md

Lines changed: 50 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
**Plataforma central de MechMind-dwv** | Combinamos *hardware inteligente*, *software de vanguardia* y *IA generativa* para soluciones disruptivas.
88

99
<div align="center">
10-
<a href="https://mechmind-dwv.github.io"><img src="https://img.shields.io/badge/🚀_Demo_Activa-00D4FF?style=for-the-badge&logo=vercel" alt="Live Demo"/></a>
11-
<a href="https://github.com/MechMind-dwv"><img src="https://img.shields.io/badge/💻_Código_Abierto-181717?style=for-the-badge&logo=github" alt="Open Source"/></a>
12-
<img src="https://dcbadge.vercel.app/api/shield/78910111213141516?style=for-the-badge&theme=clean" alt="Discord Community"/>
10+
<a href="https://mechbot-2x.github.io/mechmind-dwv.github.io"><img src="https://img.shields.io/badge/🚀_Demo_Activa-00D4FF?style=for-the-badge&logo=vercel" alt="Live Demo"/></a>
11+
<a href="https://github.com/MechBot-2x"><img src="https://img.shields.io/badge/💻_Código_Abierto-181717?style=for-the-badge&logo=github" alt="Open Source"/></a>
12+
<img src="https://img.shields.io/badge/🔥_Status-Activo-brightgreen?style=for-the-badge" alt="Active Status"/>
1313
</div>
1414

1515
---
@@ -36,11 +36,12 @@ graph LR
3636

3737
## **🚀 Proyectos Flagship**
3838

39-
<div class="grid" align="center">
39+
<div align="center">
4040

41-
| [<img src="https://i.imgur.com/3QfTixz.png" width=300>](https://github.com/MechMind-dwv/mechbot-3x)<br>**MechBot 3.0** | [<img src="https://i.imgur.com/v5GH7Xp.png" width=300>](https://github.com/MechMind-dwv/neural-nexus)<br>**Neural Nexus** |
42-
|-------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
43-
| *Sistema robótico autónomo con GPT-4o integrado* | *Plataforma de IA distribuida para edge computing* |
41+
| **MechBot 3.0** | **Neural Nexus** |
42+
|-----------------|------------------|
43+
| *Sistema robótico autónomo con GPT-4o integrado* | *Plataforma de IA distribuida para edge computing* |
44+
| [![MechBot](https://img.shields.io/badge/Estado-Desarrollo-yellow)](https://github.com/MechBot-2x/mechbot-3x) | [![Neural](https://img.shields.io/badge/Estado-Beta-orange)](https://github.com/MechBot-2x/neural-nexus) |
4445

4546
</div>
4647

@@ -72,22 +73,25 @@ class CyberneticController:
7273
## **🌐 Ecosistema Digital**
7374

7475
<div align="center">
75-
<img src="https://raw.githubusercontent.com/MechMind-dwv/branding/main/ecosystem-map.png" width="600" alt="Arquitectura del Ecosistema"/>
76+
<img src="https://raw.githubusercontent.com/MechBot-2x/mechmind-dwv.github.io/main/branding/main/ecosystem-map.png" width="600" alt="Arquitectura del Ecosistema"/>
7677
</div>
7778

7879
---
7980

8081
## **📌 Cómo Contribuir**
8182

82-
1. **Revisa nuestro** [Tech Radar](https://mechmind-dwv.github.io/tech-radar) para alineación tecnológica
83-
2. **Explora** [issues con tag "Good First Issue"](https://github.com/MechMind-dwv/mechmind-dwv.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
84-
3. **Sigue nuestro** [Protocolo de Merge Requests](https://github.com/MechMind-dwv/.github/blob/main/PULL_REQUEST_TEMPLATE.md)
83+
1. **Revisa nuestros** [issues abiertos](https://github.com/MechBot-2x/mechmind-dwv.github.io/issues)
84+
2. **Explora** issues con tag "Good First Issue"
85+
3. **Sigue nuestro** flujo de desarrollo
8586

8687
```bash
8788
# Flujo de desarrollo estándar
88-
git clone --recurse-submodules https://github.com/MechMind-dwv/core-system.git
89-
make setup
90-
make test-all
89+
git clone https://github.com/MechBot-2x/mechmind-dwv.github.io.git
90+
cd mechmind-dwv.github.io
91+
git checkout -b feature/tu-feature
92+
# Desarrolla tu feature
93+
git commit -m "feat: add amazing feature"
94+
git push origin feature/tu-feature
9195
```
9296

9397
---
@@ -106,6 +110,22 @@ make test-all
106110

107111
---
108112

113+
## **🔧 Instalación Rápida**
114+
115+
```bash
116+
# Clona el repositorio
117+
git clone https://github.com/MechBot-2x/mechmind-dwv.github.io.git
118+
cd mechmind-dwv.github.io
119+
120+
# Instala dependencias (si las hay)
121+
npm install
122+
123+
# Ejecuta localmente
124+
npm start
125+
```
126+
127+
---
128+
109129
## **✨ Elementos Destacables**
110130

111131
1. **Dynamic Badges** - Actualización automática de métricas
@@ -115,22 +135,24 @@ make test-all
115135

116136
---
117137

118-
<img src="https://raw.githubusercontent.com/MechMind-dwv/branding/main/footer-wave.svg" width="100%"/>
138+
## **📞 Contacto**
139+
140+
- **Email**: ia.mechmin@gmail.com
141+
- **GitHub**: [@MechBot-2x](https://github.com/MechBot-2x)
142+
- **Website**: [mechmind-dwv.github.io](https://mechbot-2x.github.io/mechmind-dwv.github.io)
143+
144+
---
145+
146+
<div align="center">
147+
<img src="https://raw.githubusercontent.com/MechBot-2x/mechmind-dwv.github.io/main/assets/footer-wave.svg" width="100%" alt="Footer Wave"/>
148+
</div>
119149

120150
> "No construimos tecnología. Construimos **extensiones de la capacidad humana**."
121151
> — Equipo MechMind-dwv
122-
```
123-
124-
### 🔥 **Por qué esta versión destaca:**
125-
1. **Tecnológicamente sofisticada**: Integra diagramas Mermaid y conceptos deep-tech
126-
2. **Visualmente impactante**: Combina SVG dinámicos, tablas comparativas y diseño modular
127-
3. **Orientada a métricas**: Muestra crecimiento tangible y KPIs claros
128-
4. **Fácilmente personalizable**: Cada sección es modular y editable
129152
130-
### 🛠 **Cómo implementar:**
131-
1. Reemplaza las URLs de imágenes por tus assets reales
132-
2. Actualiza las métricas en la sección de Impacto
133-
3. Añade tus proyectos estrella con screenshots
134-
4. Personaliza los bloques de código con tus ejemplos reales
153+
---
135154

136-
¡Este README posicionará a **MechMind-dwv** como referente tecnológico! ¿Necesitas ajustar algún elemento específico?
155+
<div align="center">
156+
<img src="https://komarev.com/ghpvc/?username=MechBot-2x&label=Profile%20views&color=0e75b6&style=flat" alt="Profile Views"/>
157+
<img src="https://img.shields.io/github/stars/MechBot-2x/mechmind-dwv.github.io?style=social" alt="GitHub Stars"/>
158+
</div>

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)