Skip to content

Commit

Permalink
docs: updates instructions to run the app locally
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed Jan 1, 2025
1 parent 7e4180d commit 105729d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 105729d

Please sign in to comment.