You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.es.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,11 @@
40
40
41
41
Una completa selección de Ejercicios autograduados sobre CSS ¡para cualquier interesado en aprender CSS!
42
42
43
-
## Instalación en un clic
43
+
## Instalación en un clic (recomendado)
44
44
45
-
[](https://gitpod.io#https://github.com/4GeeksAcademy/css-tutorial-exercises-course)
45
+
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).
46
+
47
+
> Una vez ya tengas abierto 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`
Nota: Una vez que termines de descargar, encontrarás una carpeta "exercises" que contiene todos los ejercicios.
64
+
> Nota: Una vez que termines de descargar, encontrarás una carpeta "exercises" que contiene todos los ejercicios.
63
65
64
66
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
65
67
@@ -68,7 +70,6 @@ $ npm i jest@24.8.0 -g
68
70
$ learnpack start
69
71
```
70
72
71
-
Nota: Los ejercicios son autograduados, pero 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.
72
73
<!-- endhide -->
73
74
## ¿Cómo están organizados los ejercicios?
74
75
@@ -79,6 +80,8 @@ Cada ejercicio es una pequeña aplicación de React que contiene los siguientes
79
80
3.**README.md:** contiene las instrucciones de los ejercicios.
80
81
4.**test.js:** no tienes que abrir este archivo, contiene el script del test para el ejercicio.
81
82
83
+
> Nota: Los ejercicios son autograduados, pero 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.
84
+
82
85
## Colaboradores
83
86
84
87
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really excited to have you here! 🎉 😂 Learning to code is hard, you need coaching! [DM me on twitter](https://twitter.com/alesanchezr) if you have any questions.
16
16
<!-- endhide -->
17
17
18
+
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/README.es.md):es:*
19
+
18
20
## You'll be learning the following concepts:
19
21
20
22
1. How to apply CSS to your website in 3 different ways: Inline, by grouping them together inside a `<style>` tag, or using an external stylesheet `<link>`.
Complete selection of autograded CSS exercises, for anyone interested in learning CSS!
42
44
45
+
## One click installation (recommended):
43
46
44
-
## One click installation:
47
+
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).
45
48
46
-
[](https://github.com/4GeeksAcademy/css-tutorial-exercises-course)
49
+
> 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`
Note: Once you finish downloading, you will need to `cd` into the exercises folder which contains all the exercises.
66
+
> Note: Once you finish downloading, you will need to `cd` into the exercises folder which contains all the exercises.
64
67
65
68
3) Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
66
69
67
70
```sh
68
71
$ npm i jest@24.8.0 -g
69
72
$ learnpack start
70
73
```
71
-
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.
73
-
74
74
<!-- endhide -->
75
+
75
76
## How are the exercises organized?
76
77
77
78
Each exercise is a small React application containing the following files:
@@ -81,6 +82,8 @@ Each exercise is a small React application containing the following files:
81
82
3.**README.md:** contains exercise instructions.
82
83
4.**test.js:** you don't have to open this file, it contains the testing script for the exercise.
83
84
85
+
> 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.
86
+
84
87
## Contributors
85
88
86
89
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
0 commit comments