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>
21 lines
531 B
Markdown
21 lines
531 B
Markdown
# 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
|
||
```
|