freeCodeCamp/docs/chinese/README.md

51 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<table>
<tr>
<td> Read these guidelines in </td>
<td><a href="/CONTRIBUTING.md"> English </a></td>
<td><a href="/docs/chinese/README.md"> 中文 </a></td>
<td><a href="/docs/russian/README.md"> русский </a></td>
<td><a href="/docs/arabic/README.md"> عربى </a></td>
<td><a href="/docs/spanish/README.md"> Español </a></td>
<td><a href="/docs/portuguese/README.md"> Português </a></td>
<td><a href="/docs/german/README.md"> Deutsch </a></td>
</tr>
</table>
# Documentation快速参考
你好 👋!
该目录包含有关贡献 freeCodeCamp.org 的所有文档
## [如果您已经开始,请先阅读此内容。](/docs/chinese/CONTRIBUTING.md)
---
## 快速参考文章
1. 如何处理指南文章。
2. 如何处理编码挑战。
3. 如何在本地设置freeCodeCamp。
4. 如何在本地捕获外发电子邮件.
## 风格指南
1. 创建指南文章的样式指南。
2. 创建编码挑战的样式指南。
## 快速命令在本地工作时引用
在本地工作时快速参考您需要的命令。
| 命令 | 描述 |
| ------- | ----------- |
| `npm run bootstrap` | 引导不同的服务 |
| `npm run seed` | 解析所有质询标记文件并将其插入MongoDB。 |
| `npm run develop` | 启动freeCodeCamp API服务器和客户端应用程序 |
| `npm test` | 在系统中运行所有JS测试包括客户端服务器lint和质询测试 |
| `npm run testclient` | 运行客户端测试套件 |
| `npm run testcourses` | 运行课程测试套件 |
| `npm run testserver` | 运行服务器测试套件 |
| `npm run commit` | 一个帮助您构建良好提交消息的交互式工具 |