You can run the project also with only with
npm
but we encourage you to usedocker compose
to use the same environment,just
works as an alias of thedocker compose
commands.
-
Create the
.env
file with the proper values, you can copy the.env.sample
-
Run
just install
to install the dependencies
You can see all the commands available in the
Justfile
file.
just dev
just build
Also, you can run the test in mode watch or run the code coverage (go to the Justfile to see the corresponding command)
just test_unit
just test_integration