chore(i18n,docs): processed translations (#42126)

This commit is contained in:
camperbot
2021-05-13 18:02:33 +05:30
committed by GitHub
parent 0e113154d2
commit 36548a13f2
3 changed files with 17 additions and 14 deletions

View File

@ -457,6 +457,7 @@ A quick reference to the commands that you will need when working locally.
| `npm ci` | Installs / re-install all dependencies and bootstraps the different services. |
| `npm run seed` | Parses all the challenge markdown files and inserts them into MongoDB. |
| `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
| `npm run storybook` | Starts Storybook for component library development. |
| `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. |