This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
- 请先阅读
CONTRIBUTING.md(仓库根):包含本项目的本地开发环境、分支策略、代码规范、提交信息格式、PR 流程与评审标准等。 - 完整贡献文档:
CONTRIBUTING.md - 快速开始贡献:
- Fork 并创建���性分支(示例:
feat/your-feature)。 - 遵循贡献文档完成开发与自测。
- 提交 PR,并在描述中关联 Issue、填写变更说明与测试要点。
- Fork 并创建���性分支(示例:
更多细节、注意事项与最佳实践,请务必查阅仓库根的 CONTRIBUTING.md。