Skip to content

[OFFICIAL] A Booking App for booking appointments in Daftra ERP .. BETTER OPTION

License

Notifications You must be signed in to change notification settings

taricov/d-booking

Repository files navigation

How to use:

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit antfu/vitesse my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build