Skip to content

Commit 89f7d3e

Browse files
Actualización automática del README.md
1 parent a6d77e1 commit 89f7d3e

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
# Your Project's Title...
2-
Your project's description...
1+
# Título de tu proyecto
2+
Descripción de tu proyecto...
33

4-
## Environments
5-
- Preview: https://main--{repo}--{owner}.aem.page/
6-
- Live: https://main--{repo}--{owner}.aem.live/
4+
## Entornos
5+
- Previsualización: https://main--{repo}--{owner}.aem.page/
6+
- En vivo: https://main--{repo}--{owner}.aem.live/
77

8-
## Documentation
8+
## Documentación
99

10-
Before using the aem-boilerplate, we recommand you to go through the documentation on [www.aem.live](https://www.aem.live/docs/) and [experienceleague.adobe.com](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/authoring), more specifically:
11-
1. [Getting Started](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/edge-dev-getting-started), [Creating Blocks](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/create-block), [Content Modelling](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/content-modeling)
12-
2. [The Anatomy of a Project](https://www.aem.live/developer/anatomy-of-a-project)
13-
3. [Web Performance](https://www.aem.live/developer/keeping-it-100)
14-
4. [Markup, Sections, Blocks, and Auto Blocking](https://www.aem.live/developer/markup-sections-blocks)
10+
Antes de utilizar el aem-boilerplate, te recomendamos revisar la documentación en [www.aem.live](https://www.aem.live/docs/) y [experienceleague.adobe.com](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/authoring). Específicamente:
11+
1. [Primeros Pasos](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/edge-dev-getting-started), [Cómo crear bloques](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/create-block), [Modelado de Contenido](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/content-modeling)
12+
2. [Anatomía de un Proyecto](https://www.aem.live/developer/anatomy-of-a-project)
13+
3. [Rendimiento Web](https://www.aem.live/developer/keeping-it-100)
14+
4. [Markup, Secciones, Bloques, y Auto Bloqueo](https://www.aem.live/developer/markup-sections-blocks)
1515

16-
Furthremore, we encourage you to watch the recordings of any of our previous presentations or sessions:
17-
- [Getting started with AEM Authoring and Edge Delivery Services](https://experienceleague.adobe.com/en/docs/events/experience-manager-gems-recordings/gems2024/aem-authoring-and-edge-delivery)
16+
Además, te sugerimos ver las grabaciones de nuestras presentaciones o sesiones anteriores:
17+
- [Cómo empezar con la autoría AEM y los servicios de entrega en borde](https://experienceleague.adobe.com/en/docs/events/experience-manager-gems-recordings/gems2024/aem-authoring-and-edge-delivery)
1818

19-
## Prerequisites
19+
## Requisitos previos
2020

21-
- nodejs 18.3.x or newer
22-
- AEM Cloud Service release 2024.8 or newer (>= `17465`)
21+
- Nodejs 18.3.x o superior
22+
- Versión de AEM Cloud Service 2024.8 o superior (>= `17465`)
2323

24-
## Installation
24+
## Instalación
2525

2626
```sh
2727
npm i
2828
```
2929

30-
## Linting
30+
## Revisión de código
3131

3232
```sh
3333
npm run lint
3434
```
3535

36-
## Local development
36+
## Desarrollo local
3737

38-
1. Create a new repository based on the `aem-boilerplate` template and add a mountpoint in the `fstab.yaml`
39-
1. Add the [AEM Code Sync GitHub App](https://github.com/apps/aem-code-sync) to the repository
40-
1. Install the [AEM CLI](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli`
41-
1. Start AEM Proxy: `aem up` (opens your browser at `http://localhost:3000`)
42-
1. Open the `{repo}` directory in your favorite IDE and start coding :)
38+
1. Crea un nuevo repositorio basado en la plantilla `aem-boilerplate` y añade un punto de montaje en `fstab.yaml`
39+
2. Añade la [aplicación GitHub de sincronización de código AEM](https://github.com/apps/aem-code-sync) al repositorio
40+
3. Instala la [Línea de comandos AEM](https://github.com/adobe/helix-cli): `npm install -g @adobe/aem-cli`
41+
4. Inicia Proxy de AEM: `aem up` (esto abrirá tu navegador en `http://localhost:3000`)
42+
5. Abre el directorio `{repo}` en tu IDE favorito y comienza a programar :)

0 commit comments

Comments
 (0)