Please refer to the documentation for more information.
- cd to
sh-application-server - create a new file
.envwith the contents of.env.sample - fill in
.envexample values - run
docker compose --profile local up -d --force-recreateto build and start the container
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covtest dev