* Improving some sentences I have change some sentence to make if more clearly and easy to read. Besides, there is no corresponding word for "markdown" in Chinese to express the same meaning. So I think "markdown文件" is better than "降价文件"(means files for a reduction in price). * change to simplified Chinese and fix markdown
| Read these guidelines in | English | 中文 | русский | عربي | Español | Português | Deutsch | 
Documentation快速参考
您好 👋!
该目录包含有关贡献于 freeCodeCamp.org 的所有文档
如果您已经开始,请先阅读此内容。
快速参考文章
- 如何处理指南文章。
- 如何处理编码挑战。
- 如何在本地设置freeCodeCamp。
- 如何在本地捕获外发电子邮件.
风格指南
- 创建指南文章的样式指南。
- 创建编码挑战的样式指南。
##在本地工作时引用的快速命令
在本地工作时快速参考您需要的命令。
| 命令 | 描述 | 
|---|---|
| npm run bootstrap | 引导不同的服务 | 
| npm run seed | 解析所有质询标记文件并将其插入MongoDB。 | 
| npm run develop | 启动freeCodeCamp API服务器和客户端应用程序 | 
| npm test | 在系统中运行所有JS测试,包括客户端,服务器,lint和质询测试 | 
| npm run test:client | 运行客户端测试套件 | 
| npm run test:courses | 运行课程测试套件 | 
| npm run test:server | 运行服务器测试套件 | 
| npm run commit | 一个帮助您构建良好提交消息的交互式工具 |