Moonbase Documentation

Build and Run

Rebuild the app and start the API and frontend services.

Rebuild the app

cd app
npm run build

Start the services

Run the API first so it can initialize, then start the app.

.\api.bat
.\app.bat
cd api
node index.js
cd app
npm run start

Use your real host

When configuring clients or webhooks, use the public host where your Moonbase API runs, not localhost.

On this page