-
Notifications
You must be signed in to change notification settings - Fork 461
Entorno de desarrollo
Lupo Montero edited this page Jun 14, 2018
·
3 revisions
[WIP]
- git
- GitHub
- node/npm
- yarn
- Laboratoria/mdlint
- Laboratoria/course-parser
- mocha
- sinon
...
# haz un clon de tu fork
git clone [email protected]:<your-username>/curricula-js.git
# entra en la carpeta...
cd curricula-js
# instala dependencias
yarn install
# ejecuta linters, validación de course-parser y tests
yarn test
LMS...