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:
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:
none
- Astro is available as a preset, but we're not using it.pnpm build
dist
Leave the remaining settings as their defaults.
Copyright © 2024 freeCodeCamp.org, licensed under the BSD 3-Clause License.