Deploy
Right now, you’ll need your own server to deploy an ngn app.
- Install ngn to your server.
- Build your app locally -
ngn build main.ngn - Copy the resulting
main.modfile to your server. - Start your app with
ngnr run main.mod
In the future, I hope that hosting platforms will support running ngn apps. Or maybe I’ll need to create my own platform.