Skip to content

Commit f64047e

Browse files
Merge pull request 4GeeksAcademy#107 from Lorenagubaira/css-tutorial-exercises-course
codespace reference
2 parents d065495 + a6fc6de commit f64047e

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

README.es.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@
4040

4141
Una completa selección de Ejercicios autograduados sobre CSS ¡para cualquier interesado en aprender CSS!
4242

43-
## Instalación en un clic
43+
## Instalación en un clic (recomendado)
4444

45-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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`
4648
4749
## Instalación manual
4850

@@ -59,7 +61,7 @@ $ learnpack plugins:install learnpack-html
5961
$ learnpack install css-tutorial-exercises-course
6062
```
6163

62-
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.
6365
6466
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
6567

@@ -68,7 +70,6 @@ $ npm i jest@24.8.0 -g
6870
$ learnpack start
6971
```
7072

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.
7273
<!-- endhide -->
7374
## ¿Cómo están organizados los ejercicios?
7475

@@ -79,6 +80,8 @@ Cada ejercicio es una pequeña aplicación de React que contiene los siguientes
7980
3. **README.md:** contiene las instrucciones de los ejercicios.
8081
4. **test.js:** no tienes que abrir este archivo, contiene el script del test para el ejercicio.
8182

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+
8285
## Colaboradores
8386

8487
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
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.
1616
<!-- endhide -->
1717

18+
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/README.es.md) :es:*
19+
1820
## You'll be learning the following concepts:
1921

2022
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>`.
@@ -40,10 +42,11 @@ Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really
4042

4143
Complete selection of autograded CSS exercises, for anyone interested in learning CSS!
4244

45+
## One click installation (recommended):
4346

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).
4548

46-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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`
4750
4851
## Manual installation
4952

@@ -60,18 +63,16 @@ $ learnpack plugins:install learnpack-html
6063
$ learnpack install css-tutorial-exercises-course
6164
```
6265

63-
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.
6467
6568
3) Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6669

6770
```sh
6871
$ npm i jest@24.8.0 -g
6972
$ learnpack start
7073
```
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-
7474
<!-- endhide -->
75+
7576
## How are the exercises organized?
7677

7778
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:
8182
3. **README.md:** contains exercise instructions.
8283
4. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
8384

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+
8487
## Contributors
8588

8689
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

0 commit comments

Comments
 (0)