jeffreyharmon.dev My personal website! Setup Make sure to install the dependencies bun install -D Development Start the development server on http://localhost:3000 bun --bun run dev Production Build the application for production: bun --bun run build Checkout the deployment documentation.