freeCodeCamp/tools/daily-challenges
Tom 6e01904ce6
feat(curriculum): daily challenges 63-79 (#62367)
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
2025-09-30 08:54:17 +05:30
..
helpers.ts chore(curriculum): minor clean up to daily challenges (#62095) 2025-09-09 13:47:45 +02:00
package.json
README.md
sample.env
seed-daily-challenges.ts feat(curriculum): daily challenges 63-79 (#62367) 2025-09-30 08:54:17 +05:30
types.ts

Script to seed the daily challenges. Used to seed challenges for local or production databases.

To run:

Copy the sample.env to .env, Make sure dependencies are installed, Run the main client with upcoming changes shown - this is so the script can get the challenges from GraphQL, cd tools/daily-challenges to go into the daily-challenges folder, Run pnpm seed-daily-challenges to seed the challenges from the "Dev Playground" superblock to a DailyCodingChallenges collection in the freecodecamp database.