mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-10 00:04:22 -05:00
814 B
814 B
Contributing
| Prerequisites | Minimum Version |
|---|---|
| node | ^8.11.x |
| yarn | ^1.3.0 |
| freeCodeCamp | Running Locally |
freeCodeCamp/freeCodeCamp currently holds the backend code for learn. The development process relies on this backend. You will see a message like below if you attemp to run Learn locally without it:
error UNHANDLED EXCEPTION
Error: connect ECONNREFUSED 127.0.0.1:3000
error Command failed with exit code 1.
- Fork the repo
- Clone locally
yarn installgit checkout -b <your-branch-name>yarn develop(Be sure you havefreeCodeCamprunning locally as well)- Make your changes
- Make a PR
- Bask in the glory of your accomplishments