Describe the Issue
In the quick commands reference section of the setup guide, the command npm run seed is incorrectly described as "Parses all the challenge markdown files and inserts them into MongoDB."
This description is incorrect as the package.json script is only executing seedAuthUser.js, which only inserts users into the mongodb collection.
Affected Page
https://contribute.freecodecamp.org/#/how-to-setup-freecodecamp-locally
Steps to Reproduce
- Follow setup instructions for how to setup freecodecamp locally and setup local machine
- Navigate to quick commands reference of the setup guide
- Execute
npm run seed and validate contents in mongodb
Recommended fix or suggestions
Update description to "Creates authorized test users and inserts them into mongodb"
Screenshots
No response
Describe the Issue
In the quick commands reference section of the setup guide, the command
npm run seedis incorrectly described as "Parses all the challenge markdown files and inserts them into MongoDB."This description is incorrect as the package.json script is only executing seedAuthUser.js, which only inserts users into the mongodb collection.
Affected Page
https://contribute.freecodecamp.org/#/how-to-setup-freecodecamp-locally
Steps to Reproduce
npm run seedand validate contents in mongodbRecommended fix or suggestions
Update description to "Creates authorized test users and inserts them into mongodb"
Screenshots
No response