freeCodeCamp/docs
Alexandra 0957b18c00 Add the translation to the topic (#26818)
Here are the translation to this specific .doc
2019-01-20 21:06:34 +04:00
..
arabic Translate CONTRIBUTING.md to Arabic (#18715) 2018-11-14 23:35:58 +05:30
chinese Improving some sentences (#24367) 2019-01-03 09:51:12 -08:00
french First French translated file. (#32511) 2019-01-11 19:49:31 +05:30
german Add German translation of the documentation (#25104) 2018-10-24 23:01:44 -07:00
greek Add GREEK docs folder and README.md (#30597) 2018-12-29 20:48:04 +08: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
macedonian Start with the Macedonian translation - Add README.md (#20760) 2018-11-14 08:05:50 -07:00
portuguese Translate CONTRIBUTING.md to Arabic (#18715) 2018-11-14 23:35:58 +05:30
romanian Add German translation of the documentation (#25104) 2018-10-24 23:01:44 -07:00
russian Add the translation to the topic (#26818) 2019-01-20 21:06:34 +04:00
spanish Fixed some spelling mistakes an typos. (#20590) 2018-12-13 17:28:50 +01:00
README.md Add GREEK docs folder and README.md (#30597) 2018-12-29 20:48:04 +08:00
how-to-catch-outgoing-emails-locally.md docs(local): more energetic instructions (#24341) 2019-01-11 19:48:46 +05:30
how-to-setup-freecodecamp-locally.md docs(local): bump node version to LTS 2019-01-16 16:38:17 +05:30
how-to-work-on-coding-challenges.md Update how-to-work-on-coding-challenges.md (#22118) 2018-11-06 19:56:36 -05:00
how-to-work-on-guide-articles.md fix: Typos and Spelling in How-To Guide (#25186) 2018-11-13 20:37:11 +05:30
style-guide-for-curriculum-challenges.md Improved syntax flow and clarity (#29176) 2019-01-11 13:55:34 -07:00
style-guide-for-guide-articles.md adjusted sentence structure (#24604) 2018-12-12 10:10:44 -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.