From 18fdaf3731a88b487c51d37b22db384f6909a115 Mon Sep 17 00:00:00 2001 From: Derbes Utebaliyev <34168437+derbess@users.noreply.github.com> Date: Fri, 19 Oct 2018 19:38:58 +0600 Subject: [PATCH] Fix(docs): Add text from English version --- docs/russian/README.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/docs/russian/README.md b/docs/russian/README.md index e8481280c5..6dbb5fe444 100644 --- a/docs/russian/README.md +++ b/docs/russian/README.md @@ -1,5 +1,6 @@ + @@ -14,4 +15,37 @@ Hello πŸ‘‹ ! -These instructions have not been translated yet. Please check this issue for details: [`#18312`](https://github.com/freeCodeCamp/freeCodeCamp/issues/18312) \ No newline at end of file +These instructions have not been translated yet. Please check this issue for details: [`#18312`](https://github.com/freeCodeCamp/freeCodeCamp/issues/18312) + +This directory contains all of the documentation on contributing to freeCodeCamp.org + +## [If you are getting started, start by reading this first.](/CONTRIBUTING.md) + +--- + +## Quick references articles + +1. How to work on Guide articles. +2. How to work on Coding Challenges. +3. How to setup freeCodeCamp locally. +4. How to catch outgoing emails locally. + +## Style guides + +1. Style guide for creating guide articles. +2. Style guide for creating coding challenges. + +## 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 seed` | Parse all the challenge markdown files and inserts them into MongoDB. | +| `npm run develop` | Starts the freeCodeCamp API Server and Client Apps | +| `npm test` | Run all JS tests in the system, including client, server, lint and challenge tests | +| `npm run test:client` | Run the client test suite | +| `npm run test:curriculum` | Run the curriculum test suite | +| `npm run test:server` | Run the server test suite | +| `npm run commit` | An interactive tool to help you build a good commit message |
Read these guidelines in English δΈ­ζ–‡