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

531 B
Raw Blame History

frontend · nomadro

Next.js App Router UI for nomadro.

业务逻辑全部在 FastAPI(../backend)。本目录只负责页面与交互。

完整架构、三环产品路径、环境变量与部署说明见仓库根目录 README.md。

cp .env.local.example .env.local
npm install --legacy-peer-deps
npm run dev

生产构建需设置:

NEXT_PUBLIC_API_URL=https://nomadweb.nomadro.com/api/v1
NEXT_PUBLIC_SITE_URL=https://nomadweb.nomadro.com