freeCodeCamp/docs
llamousse 9e6621edf5 Fixed grammar and sentence structure in "Introduction" (#20919)
* Fixed grammar and sentence structure in "Introduction"

* Update how-to-catch-outgoing-emails-locally.md

https://www.quora.com/Is-it-an-user-or-a-user
2018-11-05 15:05:58 -05: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 translate(docs): how-to-catch-outgoing-emails-locally.md to russian (#18528) 2018-11-03 20:53:50 +04:00
spanish Update CONTRIBUTING.md (#21077) 2018-11-05 07:36:18 -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 Fixed grammar and sentence structure in "Introduction" (#20919) 2018-11-05 15:05:58 -05:00
how-to-setup-freecodecamp-locally.md Fixed grammar issue on "Set up freeCodeCamp locally" (#20913) 2018-11-03 21:57:27 -04:00
how-to-work-on-coding-challenges.md Fixed grammar and typo in "Changing on GitHub" (#20905) 2018-11-03 21:55:45 -04: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 Added link within text of Attributions section (#23466) 2018-10-30 23:20:39 +05:30

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.