Offline freecodecamp

I am running an offline version of FCC on an Virtual Machine with Ubuntu. Runs, I can access on my network, but the only user is the development user and I don’t seem to have the ability to create a new user?

I am trying to take this with me to a remote school in Kenya and would like to run it as an offline server, but really need to be able to add users. I have a feeling maybe I am missing something very basic in the settings to make it not a development server but a production server?

Thanks for any help.

Welcome, junebuhg.

Here is some information which might be useful:

Essentially:

Instead of the development build, you would build for production with LOCAL_MOCK_AUTH=true . Then on you can serve the application normally

Hope this helps