Skip to content

Commit 0c8bf02

Browse files
committed
Update README.md
1 parent b849575 commit 0c8bf02

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,21 @@ Deptrac can also generate some nice graphs with the dependencies tree, which mak
105105

106106
You need to have docker installed in your host OS.
107107

108-
Then execute this command to run the app in dev mode:
108+
Execute the following commands to prepare the project locally:
109+
110+
```bash
111+
$ composer install
112+
$ make box-build-prd
113+
$ make dep_analyzer-install
114+
```
115+
116+
Execute this command to run the tests suite:
117+
118+
```bash
119+
$ make test
120+
```
121+
122+
Execute this command to run the app in dev mode:
109123

110124
```bash
111125
$ make up

0 commit comments

Comments
 (0)