Files
iam-front/README.md
2026-02-03 17:33:52 +08:00

20 lines
273 B
Markdown
Raw 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.

# iam-front
统一认证前端SSO 登录页),基于 Next.js 14App Router+ TypeScript + Tailwind CSS + shadcn/ui。
## 本地启动
1. 复制环境变量:
```bash
cp .env.example .env
```
2. 安装依赖并启动:
```bash
npm install
npm run dev
```