🎓 Primer commit: estructura del proyecto y material de estudio del Curso de Vóley

This commit is contained in:
Ricardo Monla
2026-05-02 19:08:29 -03:00
commit 9a3adc811e
103 changed files with 27967 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "descargar-curso",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"playwright": "^1.59.1"
}
}