# Scaffold
组织内部标准脚手架模板。
## 快速开始
1. 点击 "Use this template" 或 Fork 本仓库到你的账号下。
2. Clone 你自己的仓库地址(请替换下方 URL 中的 `<your-username>`):
```bash
git clone https://cnb.cool/<your-username>/scaffold.git <project-name>
docs/: 项目文档src/: 源代码目录tests/: 测试用例目录标准项目决策与流转流程: 老板指令 → cnbvv(实验) → cnbll(Skill) / cnbmm(交付) / 运维组(上线)
# 安装依赖
npm install
# 或
pip install -r requirements.txt
# 运行测试
npm test
# 或
pytest
# 启动开发服务器
npm run dev
# 或
python main.py
(在此处补充具体的部署流程、环境变量配置及上线步骤)