- Bun (Latest version)
- Node.js 18.0.0 or higher
- Git
Follow these steps to set up the project for development:
# Install dependencies using Bun
bun install
# Start the development server
bun run dev
The development server will start at http://localhost:5173
(default Vite port).
# Start development server
bun run dev
# Build for production
bun run build
# Build for development
bun run build:dev
# Preview production build
bun run preview
# Run linting
bun run lint
# Run format
bun run format
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS