Skip to content

Commit 7b20288

Browse files
committed
codespaces reference
1 parent bfcb7e8 commit 7b20288

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.es.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Cada ejercicio es un pequeño sitio web de vanillajs que contiene los siguientes
7373
2. **README.md:** contiene las instrucciones de los ejercicios.
7474
3. **test.js:** no tienes que abrir este archivo, contiene el script de test para el ejercicio.
7575

76+
> Nota: Estos ejercicios tienen calificación automática pero es un tanto rígida, te recomiendo ignorar los tests, considéralos como una recomendación o podrías frustrarte.
77+
7678
## Colaboradores
7779

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

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
This tutorial its part of a bigger group of tutorials about web development, this repository focuses only on Javascript Events, you will learn Mouse Events, Keyboard events, Frame Events and how to react to those events to make your web application interactive.
1313
<!-- endhide -->
1414

15+
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/javascript-events-tutorial-exercises/blob/master/README.es.md) :es:*
16+
1517
### What you will learn during this tutorial:
1618

1719
1. The first event that triggers on a website
@@ -38,8 +40,6 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
3840

3941
> 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`
4042
41-
<!-- endhide -->
42-
4343
## Local Installation
4444

4545
1) Make sure you have [learnpack](https://github.com/learnpack/learnpack-cli) installed and `node.js` version v14+ and jest v27. This is the command to install the learnpack-cli and jest:
@@ -60,6 +60,7 @@ $ learnpack plugins:install learnpack-dom
6060
```sh
6161
$ learnpack start
6262
```
63+
<!-- endhide -->
6364

6465
## How are the exercises organized?
6566

@@ -71,6 +72,8 @@ Each exercise is a small react application containing the following files:
7172
2. **README.md:** contains exercise instructions.
7273
3. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
7374

75+
> Note: The exercises have automatic grading but its very rigid and string, my recommendation is to ignore the tests and use them only as a recommendation or you can get frustrated.
76+
7477
## Contributors
7578

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

0 commit comments

Comments
 (0)