nexmoe--vidbee
18 行
246 B
Markdown
18 行
246 B
Markdown
# 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
|
|
```
|