Developing Once you've installed dependencies with bun install, start a development server: bun dev Building To create a production version of the app: bun build You can preview the production build with bun preview.