docs(readme): add development setup section#1948
docs(readme): add development setup section#1948yejiming wants to merge 1 commit intoiOfficeAI:mainfrom
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Code Review:docs(readme): add development setup section (#1948)变更概述PR 在 方案评估结论:✅ 方案合理 内容准确——所有命令( 问题清单🔵 LOW — 章节位置与贡献流程逻辑顺序相反文件: 问题说明: 修复建议:将 🔵 LOW — 质量检查命令未区分检查与自动修复文件: 问题代码: bun run lint
bun run format:check问题说明:当前命令组合仅用于检查( 修复建议: # Auto-fix lint and format
bun run lint:fix
bun run format
# Verify (read-only check)
bun run lint
bun run format:check汇总
结论✅ 批准合并 — 仅有两处 LOW 级文档建议,不构成阻塞,内容准确且命令均已验证。 本报告由本地 CONCLUSION: APPROVED |
|
✅ 已自动 review,代码无阻塞性问题。
|
Pull Request
Description
Add a new Development Setup section to
readme.mdso new contributors can build and run AionUi from source quickly.This section includes:
>=22 <25) and Bungit clone,cd,bun install)bun run start)bun run test,bun run lint,bun run format:check)Related Issues
Type of Change
Testing
Screenshots
Not applicable (documentation-only change).
Additional Context
This is a docs-only update and does not affect runtime behavior.