mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(i18n,docs): processed translations (#51186)
This commit is contained in:
@@ -274,6 +274,14 @@ Next, let's seed the database. In this step, we run the below command that fills
|
||||
pnpm run seed
|
||||
```
|
||||
|
||||
By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications:
|
||||
|
||||
```console
|
||||
pnpm run seed:certified-user
|
||||
```
|
||||
|
||||
> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again.
|
||||
|
||||
#### Step 4: Start the freeCodeCamp Client Application and API Server
|
||||
|
||||
You can now start up the API server and the client applications.
|
||||
@@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section](
|
||||
|
||||
A quick reference to the commands that you will need when working locally.
|
||||
|
||||
| command | description |
|
||||
| ------------------ | ------------------------------------------------------------------------------ |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
| command | description |
|
||||
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
|
||||
@@ -274,6 +274,14 @@ Next, let's seed the database. In this step, we run the below command that fills
|
||||
pnpm run seed
|
||||
```
|
||||
|
||||
By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications:
|
||||
|
||||
```console
|
||||
pnpm run seed:certified-user
|
||||
```
|
||||
|
||||
> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again.
|
||||
|
||||
#### Step 4: Start the freeCodeCamp Client Application and API Server
|
||||
|
||||
You can now start up the API server and the client applications.
|
||||
@@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section](
|
||||
|
||||
A quick reference to the commands that you will need when working locally.
|
||||
|
||||
| command | description |
|
||||
| ------------------ | ------------------------------------------------------------------------------ |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
| command | description |
|
||||
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
|
||||
@@ -274,6 +274,14 @@ Next, let's seed the database. In this step, we run the below command that fills
|
||||
pnpm run seed
|
||||
```
|
||||
|
||||
By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications:
|
||||
|
||||
```console
|
||||
pnpm run seed:certified-user
|
||||
```
|
||||
|
||||
> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again.
|
||||
|
||||
#### Step 4: Start the freeCodeCamp Client Application and API Server
|
||||
|
||||
You can now start up the API server and the client applications.
|
||||
@@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section](
|
||||
|
||||
A quick reference to the commands that you will need when working locally.
|
||||
|
||||
| command | description |
|
||||
| ------------------ | ------------------------------------------------------------------------------ |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
| command | description |
|
||||
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
|
||||
@@ -274,6 +274,14 @@ Next, let's seed the database. In this step, we run the below command that fills
|
||||
pnpm run seed
|
||||
```
|
||||
|
||||
By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications:
|
||||
|
||||
```console
|
||||
pnpm run seed:certified-user
|
||||
```
|
||||
|
||||
> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again.
|
||||
|
||||
#### Step 4: Start the freeCodeCamp Client Application and API Server
|
||||
|
||||
You can now start up the API server and the client applications.
|
||||
@@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section](
|
||||
|
||||
A quick reference to the commands that you will need when working locally.
|
||||
|
||||
| command | description |
|
||||
| ------------------ | ------------------------------------------------------------------------------ |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
| command | description |
|
||||
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
|
||||
@@ -274,6 +274,14 @@ Next, let's seed the database. In this step, we run the below command that fills
|
||||
pnpm run seed
|
||||
```
|
||||
|
||||
By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications:
|
||||
|
||||
```console
|
||||
pnpm run seed:certified-user
|
||||
```
|
||||
|
||||
> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again.
|
||||
|
||||
#### Step 4: Start the freeCodeCamp Client Application and API Server
|
||||
|
||||
You can now start up the API server and the client applications.
|
||||
@@ -290,7 +298,7 @@ The API server serves endpoints at `http://localhost:3000`. The Gatsby app serve
|
||||
|
||||
While you are logged in, if you visit <http://localhost:3000/explorer> you should see the available APIs.
|
||||
|
||||
> [!WARNING] Se pulisci i cookie o esegui `pnpm run seed:certified-user` perderai l'accesso e dovrai fare di nuovo l'accesso.
|
||||
> [!WARNING] Clearing your cookies or running `pnpm run seed:certified-user` will log you out, and you will have to sign in again.
|
||||
|
||||
If you have issues while installing it, check out the [troubleshooting section](troubleshooting-development-issues.md).
|
||||
|
||||
@@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section](
|
||||
|
||||
A quick reference to the commands that you will need when working locally.
|
||||
|
||||
| command | description |
|
||||
| ------------------ | ------------------------------------------------------------------------------ |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
| command | description |
|
||||
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
|
||||
@@ -274,6 +274,14 @@ Next, let's seed the database. In this step, we run the below command that fills
|
||||
pnpm run seed
|
||||
```
|
||||
|
||||
By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications:
|
||||
|
||||
```console
|
||||
pnpm run seed:certified-user
|
||||
```
|
||||
|
||||
> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again.
|
||||
|
||||
#### Step 4: Start the freeCodeCamp Client Application and API Server
|
||||
|
||||
You can now start up the API server and the client applications.
|
||||
@@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section](
|
||||
|
||||
A quick reference to the commands that you will need when working locally.
|
||||
|
||||
| command | description |
|
||||
| ------------------ | ------------------------------------------------------------------------------ |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
| command | description |
|
||||
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
|
||||
| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. |
|
||||
| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. |
|
||||
| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
|
||||
@@ -274,6 +274,14 @@ Em seguida, vamos criar o banco de dados. Nesta etapa, executamos o comando abai
|
||||
pnpm run seed
|
||||
```
|
||||
|
||||
Por padrão, você será conectado como um novo usuário sem nenhuma certificação concluída. Execute o seguinte comando se precisar desenvolver com certificados concluídos:
|
||||
|
||||
```console
|
||||
pnpm run seed:certified-user
|
||||
```
|
||||
|
||||
> [!WARNING] Executar `pnpm run seed:certified-user` desconectará você. Você precisará limpar os cookies do seu navegador e fazer login novamente.
|
||||
|
||||
#### Passo 4: Inicie o aplicativo de client do freeCodeCamp e o servidor de API
|
||||
|
||||
Agora você pode iniciar o servidor de API e as aplicações de client.
|
||||
@@ -298,9 +306,10 @@ Se você tiver problemas durante a instalação, confira a [seção de solução
|
||||
|
||||
Uma rápida referência aos comandos que você precisará ao trabalhar localmente.
|
||||
|
||||
| comando | descrição |
|
||||
| ------------------ | ---------------------------------------------------------------------------- |
|
||||
| `pnpm install` | Instala/reinstala todas as dependências e inicializa os diferentes serviços. |
|
||||
| `pnpm run seed` | Cria usuários de testes autorizados e os insere no MongoDB. |
|
||||
| `pnpm run develop` | Inicia o servidor de API freeCodeCamp e aplicativos Cliente. |
|
||||
| `pnpm run clean` | Desinstala todas as dependências e limpa os caches. |
|
||||
| comando | descrição |
|
||||
| ------------------------------ | -------------------------------------------------------------------------------------------------- |
|
||||
| `pnpm install` | Instala/reinstala todas as dependências e inicializa os diferentes serviços. |
|
||||
| `pnpm run seed` | Cria usuários de testes autorizados e os insere no MongoDB. |
|
||||
| `pnpm run seed:certified-user` | Cria usuários de testes autorizados com certificações totalmente completas e os insere no MongoDB. |
|
||||
| `pnpm run develop` | Inicia o servidor de API freeCodeCamp e aplicativos Cliente. |
|
||||
| `pnpm run clean` | Desinstala todas as dependências e limpa os caches. |
|
||||
|
||||
@@ -274,33 +274,42 @@ mongod
|
||||
pnpm run seed
|
||||
```
|
||||
|
||||
By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications:
|
||||
|
||||
```console
|
||||
pnpm run seed:certified-user
|
||||
```
|
||||
|
||||
> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again.
|
||||
|
||||
#### Крок 4: запустіть клієнтську програму freeCodeCamp та сервер API
|
||||
|
||||
Тепер ви можете запустити сервер API та клієнтську програму.
|
||||
You can now start up the API server and the client applications.
|
||||
|
||||
```console
|
||||
pnpm run develop
|
||||
```
|
||||
|
||||
Ця команда запустить всі служби, включно з сервером API та клієнтською програмою, з якими ви можете працювати.
|
||||
This single command will fire up all the services, including the API server and the client applications available for you to work on.
|
||||
|
||||
Після цього відкрийте веббраузер та відвідайте <http://localhost:8000>. Якщо застосунок завантажується, увійдіть в систему. Вітання — все готово! Тепер ви маєте копію повної навчальної платформи freeCodeCamp на своїй локальній машині.
|
||||
Once ready, open a web browser and visit <http://localhost:8000>. If the app loads, sign in. Congratulations – you're all set! You now have a copy of freeCodeCamp's entire learning platform running on your local machine.
|
||||
|
||||
Сервер API обслуговує кінцеві точки на `http://localhost:3000`. Gatsby обслуговує клієнтську програму на `http://localhost:8000`.
|
||||
The API server serves endpoints at `http://localhost:3000`. The Gatsby app serves the client application at `http://localhost:8000`.
|
||||
|
||||
Якщо ви увійшли в систему, відвідайте <http://localhost:3000/explorer> і побачите доступні API.
|
||||
While you are logged in, if you visit <http://localhost:3000/explorer> you should see the available APIs.
|
||||
|
||||
> [!WARNING] Якщо очистити cookies чи запустити `pnpm run seed:certified-user`, ви вийдете з системи та вам доведеться увійти знову.
|
||||
> [!WARNING] Clearing your cookies or running `pnpm run seed:certified-user` will log you out, and you will have to sign in again.
|
||||
|
||||
Якщо у вас виникли проблеми, див. розділ з [розв’язання проблем розробки](troubleshooting-development-issues.md).
|
||||
If you have issues while installing it, check out the [troubleshooting section](troubleshooting-development-issues.md).
|
||||
|
||||
## Коротко про команди
|
||||
|
||||
Короткий довідник команд, які знадобляться при локальній роботі.
|
||||
A quick reference to the commands that you will need when working locally.
|
||||
|
||||
| команда | опис |
|
||||
| ------------------ | -------------------------------------------------------------------- |
|
||||
| `pnpm install` | Встановлює/перевстановлює всі залежності та запускає різні служби. |
|
||||
| `pnpm run seed` | Створює авторизованих тестових користувачів і розміщує їх у MongoDB. |
|
||||
| `pnpm run develop` | Запускає сервер API та клієнтські програми freeCodeCamp. |
|
||||
| `pnpm run clean` | Видаляє всі залежності та очищує кеш. |
|
||||
| команда | опис |
|
||||
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
|
||||
| `pnpm install` | Встановлює/перевстановлює всі залежності та запускає різні служби. |
|
||||
| `pnpm run seed` | Створює авторизованих тестових користувачів і розміщує їх у MongoDB. |
|
||||
| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. |
|
||||
| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
|
||||
| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |
|
||||
|
||||
Reference in New Issue
Block a user