From 2610352c281cb3ddd05b45043ceb8bbd8f2be0fb Mon Sep 17 00:00:00 2001 From: Victor Gomes Date: Fri, 27 Sep 2024 14:19:33 -0400 Subject: [PATCH] =?UTF-8?q?Chore:=20docker=20info=20added=20=F0=9F=A7=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbaac8b..1d135a6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ For Linux/Windows/Mac: - Install the latest version from [Node.Js](https://nodejs.org/en) - Install the latest version from [NPM](https://www.npmjs.com/) +- Install the latest version from [DOCKER](https://www.docker.com/) and [DOCKER-COMPOSE](https://docs.docker.com/compose/) And now, after install the npm, let's install the [yarn](https://yarnpkg.com/) (Other package manager) running the command: @@ -21,7 +22,9 @@ When the [yarn](https://yarnpkg.com/) is installed, let's go install all the dep # How to run the project? -Run: `yarn dev` +Run: + - `docker-compose up -d` + - `yarn dev` # Conventional commits for this project