git clone <YOUR_GIT_URL>
cd <YOUR_PROJECT_NAME>
bun install
bun run dev- Vite
- React
- TypeScript
- Tailwind CSS
- shadcn-ui
make docker-build
make docker-run
# App available at http://localhostBuild and deploy the dist/ folder to:
- Vercel
- Netlify
- GitHub Pages
- Azure Static Web Apps
bun run build
# deploy dist/ folderSee the Makefile for build, run, clean, and more.

