Prerequisites:
- Node.js
- bun (preferred for speed) or npm
# Clone the repository
git clone <repository-url>
cd <project-directory>
# Install dependencies
bun install# Start development server
bun run devOpen the dev server in your browser at http://localhost:3000 (or another available port).
# Build for production
bun run build