A monorepo containing packages for building UIs on top of the SavvyCal Appointments API.
| Package | Description |
|---|---|
| @savvycal/appointments-core | TypeScript/JavaScript client for the SavvyCal Appointments API |
| @savvycal/appointments-react-query | React Query hooks for data fetching and mutations |
| @savvycal/appointments-utils | Timezone-aware date/time utilities |
This project uses pnpm for package management.
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run development mode
pnpm dev
# Run tests
pnpm test
# Type check
pnpm typecheckMIT