Skip to content

Commit 623d57c

Browse files
authored
Merge pull request #106 from hemicharly/main
Sync main to develop
2 parents ffe4ed9 + 77a0cf1 commit 623d57c

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ build:
2020
# Installs the project dependencies using Yarn, running in a container
2121
# configured in the yarn.cli.yml file.
2222
install:
23+
yarn install &&\
2324
docker compose -f yarn.cli.yml run --rm yarn install
2425

2526
# Run test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ To run the project, you will need the following requirements:
2929
* **Makefile**: Ensure you have Makefile installed to simplify command execution.
3030
* **MongoDB**: Version 8.x of MongoDB running in a Docker container.
3131
* **NodeJs**: Version 22.x of NodeJs running in a Docker container.
32+
* **NodeJs**: Version 20.x of NodeJs installed your machine.
33+
* **Yarn**: Versão 1.22.x do Yarn installed your machine.
3234

3335
## 1.1. Project Structure
3436

README.pt-br.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Para rodar o projeto, você precisará dos seguintes requisitos:
2828
* **Makefile**: Certifique-se de ter o Makefile instalado para facilitar a execução de comandos.
2929
* **MongoDB**: Versão 8.x do MongoDB com container docker.
3030
* **NodeJs**: Versão 22.x do NodeJs com container docker.
31+
* **NodeJs**: Versão 20.x do NodeJs instalado na máquina local.
32+
* **Yarn**: Versão 1.22.x do Yarn instalado na máquina local.
3133

3234
## 1.1. Estrutura do Projeto
3335

0 commit comments

Comments
 (0)