docs site for all things contributions. begin your contribution journey here.
Welcome to the repository for freeCodeCamp.org's "Contribute" website.
This is the place where you can find information about how to contribute to freeCodeCamp, as well as the code for the website itself. This website is built using Astro, a modern static site generator. The goal is to make this a one-stop shop for all things related to contributing to freeCodeCamp.
Here's a Project Board: https://github.com/orgs/freeCodeCamp/projects/40 that shows the current status of the project.
If you're looking for opportunities to contribute to this project, look for help wanted issues in the issues tab.
Warning
This repository is under a heavy refactoring/development phase. We are building out a brand-new experience for our contributors. Please get in touch on our Discord: https://chat.freecodecamp.org if you have any questions or need help.
Your typical development workflow will look something like this:
- Fork this repository to your GitHub account.
- Clone your forked copy of the repository.
- Set upstream to the original repository.
- Create a new branch for your changes.
- Make your changes to the website.
- Commit your changes to your branch.
- Push your branch to your forked repository.
- Open a Pull Request to the original repository.
For more detailed instructions, check out this guide (TBD).
Develop the project:
npm install -g pnpm
pnpm install
pnpm develop
Build and Deploy the project (VM):
pnpm build
pnpm start
Build and Deploy the project (Cloudflare Pages):
Set these in the Build configuration:
- Framework Preset:
none
- Astro is available as a preset, but we're not using it. - Build Command:
pnpm build
- Build Directory:
dist
Leave the remaining settings as their defaults.
Copyright © 2024 freeCodeCamp.org, licensed under the BSD 3-Clause License.