chore: initialize monorepo tooling
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Personal Brand Miniapp
|
||||
|
||||
面向个体经营者的个人品牌小程序试点项目。当前首个试点为餐饮摊主与私厨服务。
|
||||
|
||||
## 工程结构
|
||||
|
||||
```text
|
||||
apps/miniapp # 原生微信小程序
|
||||
apps/admin # 管理后台
|
||||
apps/api # API 服务
|
||||
packages/types # 共享类型
|
||||
packages/api-client
|
||||
packages/validation
|
||||
packages/config
|
||||
prisma/
|
||||
docs/
|
||||
prototype/
|
||||
```
|
||||
|
||||
## 环境要求
|
||||
|
||||
- Node.js >= 20.18
|
||||
- pnpm 9.15
|
||||
- PostgreSQL(进入 API/数据库开发阶段时需要)
|
||||
|
||||
```bash
|
||||
corepack enable
|
||||
pnpm install
|
||||
pnpm check
|
||||
```
|
||||
Reference in New Issue
Block a user