|
1 | | -# Your Project's Title... |
2 | | -Your project's description... |
| 1 | +# Título de tu proyecto |
| 2 | +Descripción de tu proyecto... |
3 | 3 |
|
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/ |
7 | 7 |
|
8 | | -## Documentation |
| 8 | +## Documentación |
9 | 9 |
|
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) |
15 | 15 |
|
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) |
18 | 18 |
|
19 | | -## Prerequisites |
| 19 | +## Requisitos previos |
20 | 20 |
|
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`) |
23 | 23 |
|
24 | | -## Installation |
| 24 | +## Instalación |
25 | 25 |
|
26 | 26 | ```sh |
27 | 27 | npm i |
28 | 28 | ``` |
29 | 29 |
|
30 | | -## Linting |
| 30 | +## Revisión de código |
31 | 31 |
|
32 | 32 | ```sh |
33 | 33 | npm run lint |
34 | 34 | ``` |
35 | 35 |
|
36 | | -## Local development |
| 36 | +## Desarrollo local |
37 | 37 |
|
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