Running freecodecamp offline

Hey! I recently installed freecodecamp offline so I could use it on my plane ride, it was working fine until I restarted my computer and now it says

"safari can’t open the page “localhost:8000” because safari can’t connect to the server “localhost”.

I’ve re-opened the terminal and ran the command “mongosh” which was what I used originally to get the offline version working.

What am I missing?

Edit - Im running this off Mac

Regards, Tommy

you need to spin up the site again, if you don’t change the content saved in mongo then you will start exactly from the same place (as in, don’t seed again the mongo database)

Thank you, I figured out what I was doing wrong, I needed to enter “run npm develop”

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.