Skip to content

> (Upcoming) FreeCodeCamp docs website for all contribution efforts.

License

Notifications You must be signed in to change notification settings

a2937/FreeCodeCamp-contribute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contribute

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 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 over on our discord: https://chat.freecodecamp.org if you have any questions or need help.

Getting Started

Your typical development workflow will look something like this:

  1. Fork this repository to your GitHub account.
  2. Clone your forked copy of the repository.
  3. Set upstream to the original repository.
  4. Create a new branch for your changes.
  5. Make your changes to the website.
  6. Commit your changes to your branch.
  7. Push your branch to your forked repository.
  8. 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 (Docker):

docker build -t contribute .
docker run -p 3000:3000 contribute

License

Copyright © 2024 freeCodeCamp.org, licensed under the BSD 3-Clause License.

About

> (Upcoming) FreeCodeCamp docs website for all contribution efforts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 91.5%
  • Astro 4.1%
  • TypeScript 2.9%
  • JavaScript 1.4%
  • Other 0.1%