Build and Run
Rebuild the app and start the API and frontend services.
Rebuild the app
cd app
npm run buildStart the services
Run the API first so it can initialize, then start the app.
.\api.bat
.\app.batcd api
node index.jscd app
npm run startUse your real host
When configuring clients or webhooks, use the public host where your Moonbase API runs, not localhost.