Skip to content

Commit 49a43d4

Browse files
Merge pull request #111 from Lorenagubaira/html-tutorial-exercises-course
reference to codespaces
2 parents 404c8c7 + bf2eab3 commit 49a43d4

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

README.es.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
66
7-
Por [@alesanchezr](https://twitter.com/alesanchezr) y [otros colaboradores](https://github.com/4GeeksAcadem/html-tutorial-exercises-course/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)
7+
Por [@alesanchezr](https://twitter.com/alesanchezr) y [otros colaboradores](https://github.com/4GeeksAcadem/html-tutorial-exercises-course/graphs/contributors) de [4Geeks Academy](https://4geeksacademy.co/)
88

99
<p>
1010
<img alt="last commit" src="https://img.shields.io/github/last-commit/4geeksacademy/javascript-arrays-exercises-tutorial" class="text-center" />
@@ -37,9 +37,11 @@ Por [@alesanchezr](https://twitter.com/alesanchezr) y [otros colaboradores](http
3737
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Aprende Bootstrap</a></li>
3838
</ol>
3939

40-
## Instalación en un clic
40+
## Instalación en un clic (recomendado)
4141

42-
[![Open in Gitpod](https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/.learn/assets/open-in-gitpod.svg?raw=true)](https://gitpod.io#https://github.com/4GeeksAcademy/html-tutorial-exercises-course.git)
42+
Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Codespaces](https://codespaces.new/?repo=4GeeksAcademy/css-layouts-tutorial-exercises) (recomendado) o [Abrir en Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises.git).
43+
44+
> Una vez ya tengas abirto VSCode los ejercicios de LearnPack deberían empezar automáticamente, si esto no sucede puedes intentar empezar los ejercicios escribiendo este comando en tu terminal: `$ learnpack start`
4345
4446
## Instalación manual
4547

@@ -57,7 +59,7 @@ $ learnpack download html-tutorial-exercises-course
5759
$ cd html-tutorial-exercises-course
5860
```
5961

60-
Nota: Una vez que termines de descargar, encontrarás una carpeta "exercises" que contiene todos los ejercicios.
62+
> Nota: Una vez que termines de descargar, encontrarás una carpeta "exercises" que contiene todos los ejercicios.
6163
6264
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
6365

@@ -68,7 +70,7 @@ $ learnpack start
6870

6971
<!-- endhide -->
7072

71-
Nota: Estos ejercicios tienen calificación automática. Los tests son muy rígidos y estrictos, mi recomendación es que no prestes demasiada atención a los tests y los uses solo como una sugerencia o podrías frustrarte.
73+
> Nota: Estos ejercicios tienen calificación automática. Los tests son muy rígidos y estrictos, mi recomendación es que no prestes demasiada atención a los tests y los uses solo como una sugerencia o podrías frustrarte.
7274
7375
## ¿Cómo están organizados los ejercicios?
7476

README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,13 @@ Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really
3636
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a></li>
3737
</ol>
3838

39-
## 🌱 How to start
39+
## One click installation (recommended):
4040

41-
There are two ways to run the exercises: Immediately in gitpod (recommended) or locally in your computer (requires installation).
41+
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/css-layouts-tutorial-exercises) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises.git).
4242

43-
### A) Open immediately with Gitpod (one-click)
43+
> Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
4444
45-
These exercises are configured to easily open in gitpod.
46-
47-
[![Open in Gitpod](https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/.learn/assets/open-in-gitpod.svg?raw=true)](https://gitpod.io#https://github.com/4GeeksAcademy/html-tutorial-exercises-course.git)
48-
49-
## B) Manual installation
45+
## Manual installation
5046

5147
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
5248

@@ -62,7 +58,7 @@ $ learnpack download html-tutorial-exercises-course
6258
$ cd html-tutorial-exercises-course
6359
```
6460

65-
Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
61+
> Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
6662
6763
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6864

@@ -73,7 +69,7 @@ $ learnpack start
7369

7470
<!-- endhide -->
7571

76-
Note: The exercises have automatic grading but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion or you may get frustrated.
72+
> Note: The exercises have automatic grading, but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion, or you may get frustrated.
7773
7874
## How are the exercises organized?
7975

0 commit comments

Comments
 (0)