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
```