init: project scaffold

This commit is contained in:
2026-04-13 18:28:59 +08:00
commit b990abdb3b
3 changed files with 56 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
node_modules/
dist/
build/
.env
.env.local
.env.production
__pycache__/
*.pyc
.DS_Store
.vscode/
.idea/
*.log

26
.project.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "MeetNote 会议转写总结",
"description": "私有部署的会议录音上传+转写+AI总结 PWA支持中英混说长音频云端 Groq Whisper + Poe Claude 处理",
"status": "active",
"created": "2026-04-13",
"ports": [
{
"port": 4490,
"label": "frontend",
"fixed": true
},
{
"port": 4491,
"label": "api",
"fixed": true
}
],
"stack": [
"Next.js 15",
"FastAPI",
"PostgreSQL",
"MinIO",
"Groq Whisper",
"Claude"
]
}

18
RULES.md Normal file
View File

@@ -0,0 +1,18 @@
# MeetNote 会议转写总结
## 启动
- `pnpm dev` — 前端,端口 4490
- `待补充` — 后端 API端口 4491
## 部署
- 平台:待定
- 域名:待定
## 环境变量
- 待补充
## 规则
- 待补充
## 注意事项
- 待补充