Agentic Loaders Install and run the project locally with Bun. Prerequisites Bun Install bun install Run Start the development server: bun run dev Then open http://localhost:3000. Production Build the app: bun run build Start the production server: bun run start