Install the dependencies
bash bun install
Install error? Try to disable 'nuxt telemetry':
bunx @nuxt/telemetry disable -g
Start Development Server
bun run dev
Development server: localhost:3000
Build the application for production
bun run build
Locally preview production build
bun run preview
Run docker environment
bun run docker
Build docker containers
bun run docker-build
Docker nginx server: localhost