MOON is a Bun + Hono + SQLite starter for the multi-model product.
bun install
bun run devbun run pm2:startThe app defaults to port 8787 to avoid colliding with the workspace's existing 3000 listener.
bun run dev: start the API with hot reloadbun run start: start the APIbun run check: typecheck the project