docs/clan-app: add missing npm install

This commit is contained in:
Jörg Thalheim 2024-07-15 12:52:28 +02:00
parent 82ec1f8d10
commit 0bb5000f2a

View File

@ -14,6 +14,7 @@ Follow the instructions below to set up your development environment and start t
Go to the `clan-core/pkgs/webview-ui/app` directory and start the web server by executing:
```bash
npm i
vite
```
@ -121,4 +122,4 @@ Here are some important documentation links related to the Clan App:
> Error dialogs should be avoided where possible, since they are disruptive.
>
> For simple non-critical errors, toasts can be a good alternative.
> For simple non-critical errors, toasts can be a good alternative.