Look at the Nitro documentation to learn more.
Make sure to install the dependencies:
bun install
Start the development server on http://localhost:3000
bun dev
Build the application for production:
bun build
Locally preview production build:
bun preview
Check out the deployment documentation for more information.