Update README.md

Spanish  translation
This commit is contained in:
yayguru 2025-02-12 12:23:26 +01:00 committed by GitHub
parent 04ffb1946f
commit 842291267a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,25 +1,25 @@
# Codex documentation # Documentación de Codex
Welcome to Codex documentation. Bienvenido a la documentación de Codex.
Codex is a decentralised data storage platform that provides exceptionally strong censorship resistance and durability guarantees. Codex es una plataforma descentralizada de almacenamiento de datos que ofrece una gran resistencia a la censura y sólidas garantías de durabilidad.
## Ejecutar y construir
## Run and build Para la documentación, utilizamos [VitePress](https://vitepress.dev/), que es un generador de sitios web estáticos impulsado por [Vue](https://vuejs.org/) construido sobre [Vite](https://vitejs.dev/).
For documentation we use [VitePress](https://vitepress.dev/), which is [Vue](https://vuejs.org/)-powered static site generator built on top of [Vite](https://vitejs.dev/). Para ejecutar el sitio localmente, debemos clonar el repositorio, instalar las dependencias y ejecutar el siguiente comando:
To run site locally, we should clone repository, install dependencies and run the following command ```shell
```shell npm run docs:dev
npm run docs:dev
``` ```
<details> <details>
<summary>Detailed guide</summary> <summary>Guía detallada</summary>
1. [Install](https://nodejs.org/en/download/package-manager) node 20 or [above](https://nodejs.org/en/about/previous-releases) 1. [Instala](https://nodejs.org/en/download/package-manager) node 20 o [superior](https://nodejs.org/en/about/previous-releases)
Using [nvm](https://github.com/nvm-sh/nvm) Usando [nvm](https://github.com/nvm-sh/nvm)
```shell ```shell
# nvm # nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
@ -33,18 +33,18 @@
v22.6.0 v22.6.0
``` ```
2. Clone repository 2. Clona el repositorio
```shell ```shell
git clone https://github.com/codex-storage/codex-docs git clone https://github.com/codex-storage/codex-docs
cd codex-docs cd codex-docs
``` ```
3. Install dependencies 3. Instala las dependencias
```shell ```shell
npm install npm install
``` ```
4. Start a local dev server with instant hot updates 4. Inicia un servidor de desarrollo local con actualizaciones instantáneas
```shell ```shell
# Local # Local
npm run docs:dev npm run docs:dev
@ -53,7 +53,7 @@
npm run docs:dev -- --host npm run docs:dev -- --host
``` ```
5. [Build the site](https://vitepress.dev/guide/deploy) 5. [Genera el sitio web](https://vitepress.dev/guide/deploy)
```shell ```shell
npm run docs:build npm run docs:build
@ -62,17 +62,18 @@
</details> </details>
## Contribute ## Contribuir
Please check [VitePress documentation](https://vitepress.dev/) for more details about customizations. Por favor, consulta la [documentación de VitePress](https://vitepress.dev/) para obtener más información sobre las opciones de personalización.
Process Proceso:
- Create a fork
- Create a custom branch in your fork
- Add your contribution
- Make a PR to the upstream repository
Project structure * Haz un fork del repositorio.
- `learn` - All information to learn about Codex * Crea una rama (branch) en tu fork.
- `networks` - Codex networks related information * Añade tu contribución.
- `developers` - Codex development process and guides * Envía un pull request (PR) al repositorio upstream.
Estructura del proyecto:
- `learn` - Toda la información para aprender sobre Codex.
- `networks` - Información relacionada con las redes de Codex.
- `developers` - Proceso de desarrollo y guías de Codex.