nomadweb/frontend/README.md
eric 47bbc7dd0f Move nav chrome to top-right and refresh README.
Cluster language, theme, and notifications in nav-utils on the right; document three-ring product IA and stack in README.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-30 19:19:41 -05:00

21 lines
531 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# frontend · nomadro
Next.js App Router UI for [nomadro](https://nomadweb.nomadro.com).
**业务逻辑全部在 FastAPI**(`../backend`)。本目录只负责页面与交互。
完整架构、三环产品路径、环境变量与部署说明见仓库根目录 **[README.md](../README.md)**。
```bash
cp .env.local.example .env.local
npm install --legacy-peer-deps
npm run dev
```
生产构建需设置:
```env
NEXT_PUBLIC_API_URL=https://nomadweb.nomadro.com/api/v1
NEXT_PUBLIC_SITE_URL=https://nomadweb.nomadro.com
```