freeCodeCamp/docs
Dominik Blek 0ce461cbbd Typo at the end of README.md (#31139)
* Fixed a broken link to the contributors forums

* Grammar typo at the end

There was a grammar typo - passive voice without "BE"
2018-10-29 21:15:47 +00:00
..
arabic Add German translation of the documentation (#25104) 2018-10-24 23:01:44 -07:00
chinese Polished Chinese Translation for Readability (#19941) 2018-10-26 12:48:31 -04:00
german Add German translation of the documentation (#25104) 2018-10-24 23:01:44 -07:00
images docs: update intial restructuring for guide articles 2018-10-10 16:33:25 +05:30
italian Update CONTRIBUTING.md (#29839) 2018-10-27 02:25:56 +05:30
portuguese Add German translation of the documentation (#25104) 2018-10-24 23:01:44 -07:00
romanian Add German translation of the documentation (#25104) 2018-10-24 23:01:44 -07:00
russian [Russian] Added Translate (#30397) 2018-10-28 03:18:47 +05:30
spanish Fixed some typos and grammatical errors (#19689) 2018-10-29 07:09:55 -06: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 Update line 7 to change 'an' with 'a' (#19586) 2018-10-21 09:52:10 -05:00
how-to-setup-freecodecamp-locally.md Typo at the end of README.md (#31139) 2018-10-29 21:15:47 +00:00
how-to-work-on-coding-challenges.md fix typo in one of the links (#18336) 2018-10-11 20:58:24 -06:00
how-to-work-on-guide-articles.md update directions on guide files location (#19667) 2018-10-26 09:34:09 -07:00
style-guide-for-curriculum-challenges.md docs: update contributing guides, and workflows 2018-10-10 16:33:24 +05:30
style-guide-for-guide-articles.md Improving readability (#19734) 2018-10-21 11:11:31 -05:00

README.md

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

Documentation Quick Reference

Hello 👋!

This directory contains all of the documentation on contributing to freeCodeCamp.org

If you are getting started, start by reading this first.


Quick references articles

1. How to work on Guide articles. 2. How to work on Coding Challenges. 3. How to setup freeCodeCamp locally. 4. How to catch outgoing emails locally.

Style guides

  1. Style guide for creating guide articles.
  2. Style guide for creating coding challenges.

Quick commands reference when working locally

A quick reference to the commands that you will need, when working locally.

command description
npm run bootstrap Bootstraps the different services.
npm run seed Parse all the challenge markdown files and inserts them into MongoDB.
npm run develop Starts the freeCodeCamp API Server and Client Applications.
npm test Run all JS tests in the system, including client, server, lint and challenge tests.
npm run test:client Run the client test suite.
npm run test:curriculum Run the curriculum test suite.
npm run test:server Run the server test suite.
npm run commit An interactive tool to help you build a good commit message.