- Standarised the whole text in the use of 2nd person singular (tú) for referring to the reader. - Fixed some discrepancies with capital letters. Usually in Spanish it's not so common to capitalise common nouns. - Changed a couple of sentences that didn't sound clear. I used the English version of the article to find the meaning and propose a change of words. I honestly don't know how we should translate the word issues. I understand "problema" is definitely it, but in sentences it might not seem clear when it's about a doubt the user has, or when, something reported. I think the usage of the verb "reportar" might be key to clarify the meaning in sentences where both kinds of issues are mixed. (I apologise beforehand if this explanation seems a bit poor. I've been trying to find the right language forum for this kinds of issues ;) ).
Read these guidelines in | English | 中文 | русский | عربي | Español | Português | Deutsch |
Documentation Quick Reference
¡Hola 👋 !
Este directorio contiene toda la documentación sobre cómo contribuir a freeCodeCamp.org
Si estás empezando, comienza por leer esto primero.
Artículos de referencia rápida
- Cómo trabajar en las Guías
- Cómo trabajar en los Desafíos de programación.
- Cómo instalar freeCodeCamp en local.
- Cómo capturar los email salientes en local.
Guías de estilo
- Guía de estilo sobre cómo crear Guías.
- Guía de estilo sobre cómo crear Desafíos de programación.
Referencia rápida de comandos para trabajar en local
Una referencia rápida de los comandos que necesitarás cuando trabajes en local.
comando | descripción |
---|---|
npm run bootstrap |
Inicia los diferentes servicios |
npm run seed |
Parsea los archivos con el markdown de los desafíos y los inserta en MongoDB. |
npm run develop |
Arranca el Servidor de la API freeCodeCamp y las Aplicaciones Cliente |
npm test |
Ejecuta todo los test JS en el sistema, incluyendo los tests de cliente, servidor, lint y desafíos |
npm run test:client |
Ejecuta los tests del cliente |
npm run test:curriculum |
Ejecuta los tests del curriculum |
npm run test:server |
Ejecuta los tests del servidor |
npm run commit |
Herramienta interactiva que ayuda a crear un buen mensaje para el commit |