d18ada4ee7
Docker Publish / docker (web, apps/web/Dockerfile, web) (push) Failing after 0s
Docker Publish / docker (api, apps/api/Dockerfile, api) (push) Failing after 1s
Publish Extension / detect-version (push) Has been skipped
Publish Extension / submit (push) Has been cancelled
18 lines
246 B
Markdown
18 lines
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
|
|
```
|