8000 Update README.md · JayAyAre/PyScript-vs-JavaScript@61ba1db · GitHub
[go: up one dir, main page]

Skip to conte 8000 nt

Commit 61ba1db

Browse files
committed
Update README.md
1 parent 565942f commit 61ba1db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Todas las pruebas están diseñadas para ejecutarse **directamente en el navegad
5252
- Web Workers para paralelismo
5353
- `performance.now()` y otras herramientas nativas para medir tiempos
5454

55-
5655
## 🚀 Ejecución del proyecto
5756

5857
### 1. Clonar el repositorio
@@ -69,13 +68,16 @@ cd PyScript-vs-JavaScript
6968
1. Instala las dependencias de Python:
7069

7170
```bash
71+
cd LOCAL-TFG
7272
pip install -r requirements.txt
7373
```
7474

7575
2. Instala las dependencias de Node.js:
7676

7777
```bash
7878
npm install
79+
cd ASTRO-TFG
80+
npm install
7981
```
8082

8183
3. Escoge el ámbito a testear, la prueba y la versión si está disponible.
@@ -91,10 +93,13 @@ python ./start_servers.py
9193
```
9294
http://localhost:8000
9395
```
96+
9497
o bien
98+
9599
```
96100
https://localhost:8000
97101
```
102+
98103
dependiendo de la prueba.
99104

100105
#### b) Si ejecutas el **ASTRO-TFG**

0 commit comments

Comments
 (0)
0