15 lines
425 B
Markdown
15 lines
425 B
Markdown
# Freshyo Admin Web
|
|
|
|
Web clone of `apps/admin-ui` — same screens, same functionality, same looks —
|
|
built on the exact stack of `apps/web-ui` (TanStack Start + Vite + Tailwind v4 +
|
|
tRPC + TanStack Router).
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev # http://localhost:4175
|
|
npm run build # production build
|
|
npm run typecheck
|
|
```
|
|
|
|
Backend: same as admin-ui (`https://devapi.freshyo.in`); override with
|
|
`VITE_API_URL` env var.
|