This guide explains how to set up and run the project.
Install dependencies
bun install
Start the development server
bun run dev
Build for production
bun run build