Skip to content

Commit bd88ec0

Browse files
committed
Update Readme
1 parent cb2d791 commit bd88ec0

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

README.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,72 +4,72 @@
44
[![Astro](https://img.shields.io/badge/-Astro-FF5D01?logo=astro&logoColor=white)](https://astro.build)
55
[![Tailwind CSS](https://img.shields.io/badge/-Tailwind_CSS-38B2AC?logo=tailwind-css&logoColor=white)](https://tailwindcss.com)
66

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.
88

9-
[![Desktop](https://i.imgur.com/XqhS1FZ.png)](https://www.codextreme.me/es/)
9+
[![Desktop](https://i.imgur.com/SJDw4y1.png)](https://www.codextreme.me)
1010

11-
## Propósito del Proyecto
11+
## Project Purpose
1212

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:
1414

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
2020

21-
## Características Técnicas
21+
## Technical Features
2222

23-
**Interfaz Moderna**
24-
Diseño limpio y profesional con accesibilidad primero
23+
**Modern Interface**
24+
Clean and professional design with accessibility first
2525

26-
📱 **Responsive Design**
27-
Adaptación perfecta a móviles, tablets y desktop
26+
📱 **Responsive Design**
27+
Perfect adaptation for mobile, tablets, and desktop
2828

29-
🎨 **Sistema de Temas**
30-
Soporte integrado para modo claro/oscuro
29+
🎨 **Theme System**
30+
Built-in support for light/dark mode
3131

32-
🔍 **SEO Avanzado**
33-
Meta tags dinámicos y sitemap automatizado
32+
🔍 **Advanced SEO**
33+
Dynamic meta tags and automated sitemap
3434

35-
## Stack Tecnológico
35+
## Tech Stack
3636

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
3939

40-
## Desarrollo Local
40+
## Local Development
4141

42-
Requisitos previos:
42+
Prerequisites:
4343
- Node.js v20+
4444
- pnpm v9+
4545

46-
Pasos de instalación:
46+
Installation steps:
4747

48-
1. Clonar repositorio:
48+
1. Clone repository:
4949
```bash
5050
git clone https://github.com/CodeF1ow/codextreme-web.git
5151
cd codextreme-web
5252
```
53-
2. Instalar dependencias:
53+
2. Install dependencies::
5454
```bash
5555
pnpm install
5656
```
57-
3. Iniciar servidor de desarrollo:
57+
3. Start development server:
5858
```bash
5959
pnpm run dev
6060
```
61-
4. Compilar para producción:
61+
4. Build for production:
6262
```bash
6363
pnpm run build
6464
```
6565

66-
## Licencia
67-
Este proyecto es open source bajo licencia MIT.
66+
## License
67+
This project is open source under the MIT license.
6868

69-
## Soporte y Contacto
70-
¿Preguntas o sugerencias?
69+
## Support and Contact
70+
Questions or suggestions?
7171

72-
**Equipo CodeXtreme:** soporte@codeflow.dev
72+
**CodeXtreme Team:** soporte@codeflow.dev
7373

7474
**Twitter:** @CodeF1ow
7575

0 commit comments

Comments
 (0)