new-year-code Install bun curl -fsSL https://bun.sh/install | bash Project setup bun install Compiles and hot-reloads for development bun run serve Compiles and minifies for production bun run build Customize configuration See Configuration Reference.