Start the TypeScript example server:
PORT=3300 bun run start
The server prints the local route browser:
DigitalPuddle baseline server started at http://localhost:3300
Visit http://localhost:3300/simulation to view all available routes.
Confirm the route browser responds:
curl http://localhost:3300/simulation
The built CommonJS CLI is available after bun run build:
PORT=3300 bun run start:bin