|
4 | 4 | [](https://astro.build) |
5 | 5 | [](https://tailwindcss.com) |
6 | 6 |
|
7 | | -Sitio web oficial de **CodeXtreme** - Web informativa creada por **CodeFlow**. Proyecto open source construido con Astro y Tailwind CSS para máxima eficiencia y rendimiento. |
| 7 | +Official **CodeXtreme** website - Informative web created by **CodeFlow**. Open source project built with Astro and Tailwind CSS for maximum efficiency and performance. |
8 | 8 |
|
9 | | -[](https://www.codextreme.me/es/) |
| 9 | +[](https://www.codextreme.me) |
10 | 10 |
|
11 | | -## Propósito del Proyecto |
| 11 | +## Project Purpose |
12 | 12 |
|
13 | | -Este repositorio contiene el código fuente completo del sitio web de CodeXtremeOS, diseñado para: |
| 13 | +This repository contains the complete source code of the CodeXtremeOS website, designed to: |
14 | 14 |
|
15 | | -- Presentar las características del sistema operativo |
16 | | -- Proporcionar documentación técnica |
17 | | -- Ofrecer actualizaciones y noticias |
18 | | -- Mostrar capturas y demostraciones |
19 | | -- Ofrecer guias y herramientas |
| 15 | +- Present the operating system features |
| 16 | +- Provide technical documentation |
| 17 | +- Offer updates and news |
| 18 | +- Show screenshots and demonstrations |
| 19 | +- Provide guides and tools |
20 | 20 |
|
21 | | -## Características Técnicas |
| 21 | +## Technical Features |
22 | 22 |
|
23 | | -✨ **Interfaz Moderna** |
24 | | -Diseño limpio y profesional con accesibilidad primero |
| 23 | +✨ **Modern Interface** |
| 24 | +Clean and professional design with accessibility first |
25 | 25 |
|
26 | | -📱 **Responsive Design** |
27 | | -Adaptación perfecta a móviles, tablets y desktop |
| 26 | +📱 **Responsive Design** |
| 27 | +Perfect adaptation for mobile, tablets, and desktop |
28 | 28 |
|
29 | | -🎨 **Sistema de Temas** |
30 | | -Soporte integrado para modo claro/oscuro |
| 29 | +🎨 **Theme System** |
| 30 | +Built-in support for light/dark mode |
31 | 31 |
|
32 | | -🔍 **SEO Avanzado** |
33 | | -Meta tags dinámicos y sitemap automatizado |
| 32 | +🔍 **Advanced SEO** |
| 33 | +Dynamic meta tags and automated sitemap |
34 | 34 |
|
35 | | -## Stack Tecnológico |
| 35 | +## Tech Stack |
36 | 36 |
|
37 | | -- **Astro** v5.1.8 - Framework estático de nueva generación |
38 | | -- **Tailwind CSS** v3.3.3 - Utilidades CSS modernas |
| 37 | +- **Astro** v5.1.8 - Next-generation static framework |
| 38 | +- **Tailwind CSS** v3.3.3 - Modern CSS utilities |
39 | 39 |
|
40 | | -## Desarrollo Local |
| 40 | +## Local Development |
41 | 41 |
|
42 | | -Requisitos previos: |
| 42 | +Prerequisites: |
43 | 43 | - Node.js v20+ |
44 | 44 | - pnpm v9+ |
45 | 45 |
|
46 | | -Pasos de instalación: |
| 46 | +Installation steps: |
47 | 47 |
|
48 | | -1. Clonar repositorio: |
| 48 | +1. Clone repository: |
49 | 49 | ```bash |
50 | 50 | git clone https://github.com/CodeF1ow/codextreme-web.git |
51 | 51 | cd codextreme-web |
52 | 52 | ``` |
53 | | -2. Instalar dependencias: |
| 53 | +2. Install dependencies:: |
54 | 54 | ```bash |
55 | 55 | pnpm install |
56 | 56 | ``` |
57 | | -3. Iniciar servidor de desarrollo: |
| 57 | +3. Start development server: |
58 | 58 | ```bash |
59 | 59 | pnpm run dev |
60 | 60 | ``` |
61 | | -4. Compilar para producción: |
| 61 | +4. Build for production: |
62 | 62 | ```bash |
63 | 63 | pnpm run build |
64 | 64 | ``` |
65 | 65 |
|
66 | | -## Licencia |
67 | | -Este proyecto es open source bajo licencia MIT. |
| 66 | +## License |
| 67 | +This project is open source under the MIT license. |
68 | 68 |
|
69 | | -## Soporte y Contacto |
70 | | -¿Preguntas o sugerencias? |
| 69 | +## Support and Contact |
| 70 | +Questions or suggestions? |
71 | 71 |
|
72 | | -**Equipo CodeXtreme:** soporte@codeflow.dev |
| 72 | +**CodeXtreme Team:** soporte@codeflow.dev |
73 | 73 |
|
74 | 74 | **Twitter:** @CodeF1ow |
75 | 75 |
|
|
0 commit comments