Files
freecodecamp--freecodecamp/.devcontainer/README.md
T
wehub-resource-sync dde272c4b8
CD - Docker - GHCR Images / Build and Push Images (push) Waiting to run
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 11:55:53 +08:00

680 B

To start developing:

Wait for the container to build and start. You will see "Done. Press any key to close the terminal." in the terminal when it's ready.

Once it's running, you can start the development server:

Option 1: Press Ctrl+Shift+P, type "Run Task", select "Start Development" Option 2: Open a terminal and run:

pnpm run develop

Optional setup

For E2E tests:

npx playwright install chromium

For curriculum tests:

pnpm -F=curriculum install-puppeteer

More information

For detailed setup instructions and contribution guidelines, visit: https://contribute.freecodecamp.org/how-to-setup-freecodecamp-locally