first commit

This commit is contained in:
zaikun xu
2026-05-25 15:55:24 +08:00
commit e802f1a48d

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# 和光同坤 · 官网 (Landing Page)
> 和光同坤的公司官网,展示我们端到端的 3D 扫描 / 重建 / 编辑 / 打印 技术,以及面向面部、足部、指甲三大行业的应用矩阵。
## 技术栈
- React 18
- Vite 5
- TypeScript
- TailwindCSS
- Framer Motion
- lucide-react
## 本地开发
```bash
cd sfm/web/landing
npm install
npm run dev
```
打开 http://localhost:5173 即可预览。
## 构建产物
```bash
npm run build
npm run preview
```