Make sure to install the dependencies:
bun installStart the development server on http://localhost:3000:
bun devBuild the application for production:
bun run buildLocally preview production build:
Check out the deployment documentation for more information.