From 0bb5000f2aa4fc73a08bd33cfb202318760b222a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 15 Jul 2024 12:52:28 +0200 Subject: [PATCH] docs/clan-app: add missing npm install --- pkgs/clan-app/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/clan-app/README.md b/pkgs/clan-app/README.md index 29880562b..ed3da533a 100644 --- a/pkgs/clan-app/README.md +++ b/pkgs/clan-app/README.md @@ -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. \ No newline at end of file +> For simple non-critical errors, toasts can be a good alternative.