How to Clone and Setup the freeCodeCamp Website on a Mac

This guide is now moved here: How to Setup freeCodeCamp Locally

7 Likes

I had a problem starting mongod and I would like to share how I solved it.

If /data/db does not exist you will need to add it and give yourself permission to write to it:

sudo mkdir -p /data/db
sudo chmod a+w /data/db