This guide will show you how to run the full-stack freeCodeCamp site on your local computer. This involves three different repos that together make up the freeCodeCamp website.
freeCodeCamp/freeCodeCamp
Loopback application running in Node.
freeCodeCamp/learn
Gatsby static site.
freeCodeCamp/curriculum
Data for all of the challenges that make up freeCodeCamp.
You'll need a few things set up locally. Check out the Prerequisites section in the Contributing doc .
You'll need copies of the following 3 repos. If you will be contributing back to freeCodeCamp, you will wan't to first fork the repos to your own GitHub account, then clone from there.
https://github.com/freeCodeCamp/freeCodeCamp
https://github.com/freeCodeCamp/learn
https://github.com/freeCodeCamp/curriculum
If you need help with git or GitHub, try GitHub's help site.