You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lupo Montero edited this page Nov 18, 2020
·
3 revisions
[WIP]
Herramientas
git
GitHub
node/npm
1. Haz un fork de este repo
...
2. Prepara tu copia local
# haz un clon de tu fork
git clone git@github.com:<your-username>/bootcamp.git
# entra en la carpeta...cd bootcamp
# instala dependencias
npm install
# ejecuta linters, validación de course-parser y tests
npm test