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 developFor E2E tests:
npx playwright install chromiumFor curriculum tests:
pnpm -F=curriculum install-puppeteerFor detailed setup instructions and contribution guidelines, visit: https://contribute.freecodecamp.org/how-to-setup-freecodecamp-locally