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