additional information about package dependencies in installation.mdx (#231)

* additional information about package dependencies in installation.mdx

* Changes wording

---------

Co-authored-by: Flomp <Flomp@users.noreply.github.com>
This commit is contained in:
slothful-vassal
2025-04-08 18:00:17 +02:00
committed by GitHub
parent 50ba6e429d
commit b998894939

View File

@@ -143,6 +143,11 @@ npm run build
This will create a directory `wanderer/web/build`. Verify that it is there.
In case vitest is not installed please do so using
```bash
npm i -s vitest
```
### Launch
To launch our three services we will use a small bash script. This ensures that all necessary environment variables are set and the services are started in the correct order. All three services are executed as background tasks, but are being trapped so that terminating the bash script will also terminate all three services at once.