Skip to content

Commit

Permalink
Chore: docker info added 🧪
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-0x29a committed Sep 27, 2024
1 parent e4d68c7 commit 2610352
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down

0 comments on commit 2610352

Please sign in to comment.