Files
freeCodeCamp/docs/spanish
Kaylen7 0e63d45be3 Corrected CONTRIBUTING.md Spanish version (#31010)
- 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 ;) ).
2019-05-11 23:52:15 -05:00
..

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

  1. Cómo trabajar en las Guías
  2. Cómo trabajar en los Desafíos de programación.
  3. Cómo instalar freeCodeCamp en local.
  4. Cómo capturar los email salientes en local.

Guías de estilo

  1. Guía de estilo sobre cómo crear Guías.
  2. 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