Files
hg-landing/README.md
2026-05-25 15:55:24 +08:00

479 B

和光同坤 · 官网 (Landing Page)

和光同坤的公司官网,展示我们端到端的 3D 扫描 / 重建 / 编辑 / 打印 技术,以及面向面部、足部、指甲三大行业的应用矩阵。

技术栈

  • React 18
  • Vite 5
  • TypeScript
  • TailwindCSS
  • Framer Motion
  • lucide-react

本地开发

cd sfm/web/landing
npm install
npm run dev

打开 http://localhost:5173 即可预览。

构建产物

npm run build
npm run preview