freeCodeCamp/docs
Ignacio Bochatay f0826146e1 Fixed some typos (#18640) 2018-10-13 16:12:16 -05:00
..
arabic docs: fixup issue linking 2018-10-11 15:41:47 +05:30
chinese docs: fixup issue linking 2018-10-11 15:41:47 +05:30
images docs: update intial restructuring for guide articles 2018-10-10 16:33:25 +05:30
italian Create CONTRIBUTING.md (#18661) 2018-10-13 16:03:22 -05:00
portuguese Translation of how-to-work-on-guide-articles.md [Portuguese] (#18843) 2018-10-13 13:11:57 -05:00
russian docs: translate of how-to-setup-freecodecamp-locally to Russian (#18705) 2018-10-13 15:56:40 -05:00
spanish Fixed some typos (#18640) 2018-10-13 16:12:16 -05:00
README.md docs: update docs readme 2018-10-12 01:13:03 +05:30
how-to-catch-outgoing-emails-locally.md docs: update contributing guides, and workflows 2018-10-10 16:33:24 +05:30
how-to-setup-freecodecamp-locally.md docs: fix sentence grammar in how-to-setup-freecodecamp-locally.md (#18845) 2018-10-13 19:06:58 +02: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 Docs: Fix link to style guide for best practices (#18691) 2018-10-13 15:47:03 -05: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 docs: update intial restructuring for guide articles 2018-10-10 16:33:25 +05:30

README.md

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

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 Apps
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