# VidBee Web TanStack Start client for the VidBee API. ## Development ```bash pnpm run start:web ``` `start:web` is a root workspace script that starts both `apps/web` and `apps/api`. ## Build ```bash pnpm --filter ./apps/web run build ```