freeCodeCamp/docs/portuguese
philippG777 256bb448d6 Add German translation of the documentation (#25104)
* Create a german translation

* Add the german-translation-link

* Add the german-translation-link

* Add the german-translation-link

* Add the german-translation-link

* Add the german-translation-link

* Add the german-translation-link

* Add the german-translation-link
2018-10-24 23:01:44 -07:00
..
CONTRIBUTING.md Add missing closing quotation mark to term (#19731) 2018-10-21 10:46:41 -05:00
README.md Add German translation of the documentation (#25104) 2018-10-24 23:01:44 -07:00
how-to-catch-outgoing-emails-locally.md fix: Keep the other translations table 2018-10-12 11:42:08 +01:00
how-to-setup-freecodecamp-locally.md docs: translate how-to-setup-freecodecamp-locally.md to Portuguese (#18540) 2018-10-16 10:37:47 -03:00
how-to-work-on-coding-challenges.md remove duplicates 2018-10-12 11:31:24 +01:00
how-to-work-on-guide-articles.md fix(ci): fix tests for guide in root (#19526) 2018-10-16 11:42:46 -05:00

README.md

Read these guidelines in English 中文 русский عربى Español Português Deutsch

Referência Rápida da Documentação

Olá 👋!

Este directório contem toda a documentação sobre como contribuir para o freeCodeCamp.org

Se estás agora a começar, lê isto primeiro.


Artigos de referência rápida

  1. Como trabalhar em Artigos Guia.
  2. Como trabalhar em Desafios de Código.
  3. Como configurar o freeCodeCamp localmente.
  4. Como apanhar emails enviados localmente.

Guias de estilo

  1. Guia de estilo para criar Artigos Guia.
  2. Guia de estilo para criar Desafios de Código.

Referência de comandos rápidos quando se trabalha localmente

Uma rápida referência aos comandos que vais precisar, quando a trabalhar localmente.

comando descrição
npm run bootstrap Faz bootstrap dos diferentes serviços
npm run seed Faz parse de todos os ficheiros de challenge markdown e insere-os no MongoDB.
npm run develop Inicia o API Server do freeCodeCamp e Apps Cliente.
npm test Corre todos os testes JS no sistema, incluindo cliente, servidor, lint e testes de desafio.
npm run test:client Corre o test suite do cliente.
npm run test:curriculum Corre o test suite do currículo.
npm run test:server Corre o test suite do servidor.
npm run commit Uma ferramente interativa para te ajudar a construir uma boa commit message.