1
Build for production
.nanoforge/client and
.nanoforge/server by default). Override any path per run, for example:2
Start the built game
nf start launches the loader (the website that loads the game) and the server when enabled.
Choose the loader port with -p:3
Serve over HTTPS (optional)
Provide a certificate and key to serve securely:
Scaffolding with
nf new --docker generates Docker files so you can containerize the build for
deployment.