[Russian] Translate guide (#23941)

* [Russian] Translate guide

* Added translate to description
This commit is contained in:
Gregory Gubarev
2018-10-31 22:00:43 +04:00
committed by GitHub
parent 516285b2c6
commit 70a797842a

View File

@ -12,41 +12,39 @@
</tr> </tr>
</table> </table>
# Documentation Quick Reference # Краткая справочная документация
Hello 👋 ! Привет 👋 !
These instructions have not been translated yet. Please check this issue for details: [`#18312`](https://github.com/freeCodeCamp/freeCodeCamp/issues/18312) Этот каталог содержит всю документацию о внесении вклада в freeCodeCamp.org
This directory contains all of the documentation on contributing to freeCodeCamp.org ## [Если вы начинающий, сначала прочтите это.](/CONTRIBUTING.md)
## [If you are getting started, start by reading this first.](/CONTRIBUTING.md)
--- ---
## Quick references articles ## Краткие справочные статьи
1. How to work on Guide articles. 1. [Как работать над статьями руководства.](/how-to-work-on-guide-articles.md)
2. How to work on Coding Challenges. 2. [Как работать над задачами по кодированию.](/how-to-work-on-coding-challenges.md)
3. How to setup freeCodeCamp locally. 3. [Как настроить freeCodeCamp локально.](/how-to-setup-freecodecamp-locally.md)
4. How to catch outgoing emails locally. 4. [Как поймать исходящие электронные письма локально.](/how-to-catch-outgoing-emails-locally.md)
## Style guides ## Руководство по стилю
1. Style guide for creating guide articles. 1. Руководство по стилю для создания руководств.
2. Style guide for creating coding challenges. 2. Руководство по стилю для создания задач с кодированием.
## Quick commands reference when working locally ## Ссылка на быстрые команды при работе локально
A quick reference to the commands that you will need, when working locally. Быстрая ссылка на команды, которые вам понадобятся при работе на локальном компьютере.
| command | description | | команда | описание |
| ------- | ----------- | | ------- | ----------- |
| `npm run bootstrap` | Bootstraps the different services | | `npm run bootstrap` | Загружает различные сервисы |
| `npm run seed` | Parse all the challenge markdown files and inserts them into MongoDB. | | `npm run seed` | Парсит файлы с отметкой о проблемах и вставляет их в MongoDB |
| `npm run develop` | Starts the freeCodeCamp API Server and Client Apps | | `npm run develop` | Запускает сервер API и клиентские приложения freeCodeCamp |
| `npm test` | Run all JS tests in the system, including client, server, lint and challenge tests | | `npm test` | Запускайте все тесты JS в системе, включая тесты клиентов, сервера, линта и тесты задач |
| `npm run test:client` | Run the client test suite | | `npm run test:client` | Запустить клиентский набор тестов |
| `npm run test:curriculum` | Run the curriculum test suite | | `npm run test:curriculum` | Запуск набора тестов учебных программ |
| `npm run test:server` | Run the server test suite | | `npm run test:server` | Запуск набора тестов сервера |
| `npm run commit` | An interactive tool to help you build a good commit message | | `npm run commit` | Интерактивный инструмент, который поможет вам создать хорошее сообщение о коммите |