Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# bun
bun installStart the development server on http://localhost:3000:
# bun
bun dev -oNOTE: When bun is running, if you try to build for production, it will cause the posts page to not show up (probably because the .ouput folder is in use and can't be probably updated).
Deploy the build to production (or optionally staging). If deploying to production, it will prompt for user to input y/N to continue the deployment.
./deploy.sh [staging]Locally preview production build:
# bun
bun run previewCheck out the deployment documentation for more information.