This project uses Bun as the package manager.
# Install dependencies
bun install
# Start development server
bun run dev
# Build for production
bun run build
# Preview production build
bun run previewbun run dev- Start development serverbun run build- Build for productionbun run preview- Preview production buildbun run lint- Run ESLint