From 105729d1424c7a9c36fe7480a8bdee32ad7b5513 Mon Sep 17 00:00:00 2001 From: Vinicius Mayrink Date: Wed, 1 Jan 2025 10:15:20 -0300 Subject: [PATCH] docs: updates instructions to run the app locally --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e990c3..6457aab 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,9 @@ All my skills and accomplishments showcased in one place. This project uses [just](https://github.com/casey/just) running development tasks. ```bash -just dev-run # Runs on localhost:3000 +just build-dev-env run-dev-env # Builds and runs the dev container +docker exec -it portfolio-dev bash # Gets inside the container +just dev-run # Inside the docker container ``` + +The local environment should be available at http://localhost:3000.