File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ Todas las pruebas están diseñadas para ejecutarse **directamente en el navegad
52
52
- Web Workers para paralelismo
53
53
- ` performance.now() ` y otras herramientas nativas para medir tiempos
54
54
55
-
56
55
## 🚀 Ejecución del proyecto
57
56
58
57
### 1. Clonar el repositorio
@@ -69,13 +68,16 @@ cd PyScript-vs-JavaScript
69
68
1 . Instala las dependencias de Python:
70
69
71
70
``` bash
71
+ cd LOCAL-TFG
72
72
pip install -r requirements.txt
73
73
```
74
74
75
75
2 . Instala las dependencias de Node.js:
76
76
77
77
``` bash
78
78
npm install
79
+ cd ASTRO-TFG
80
+ npm install
79
81
```
80
82
81
83
3 . Escoge el ámbito a testear, la prueba y la versión si está disponible.
@@ -91,10 +93,13 @@ python ./start_servers.py
91
93
```
92
94
http://localhost:8000
93
95
```
96
+
94
97
o bien
98
+
95
99
```
96
100
https://localhost:8000
97
101
```
102
+
98
103
dependiendo de la prueba.
99
104
100
105
#### b) Si ejecutas el ** ASTRO-TFG**
You can’t perform that action at this time.
0 commit comments