feat(project): init

This commit is contained in:
2026-02-03 17:33:52 +08:00
commit b57d04f172
32 changed files with 1057 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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
```