From f8ee7b2da7a9c473ce8a0785522e26f76653c6de Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 13 Feb 2026 08:24:06 -0800 Subject: [PATCH] case 4642 --- ayanova/README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/ayanova/README.md b/ayanova/README.md index 6b8e0e9b..ccf588bf 100644 --- a/ayanova/README.md +++ b/ayanova/README.md @@ -1,8 +1,19 @@ -# ayanova +# AyaNova client ui ## Project setup ``` -npm install +First confirm all dependencies are installed as per BUILT-ENVIRONMENT.md doc. They are very specific and in many cases outdated. + +Then clone/checkout repository from GIT + +Finally: + +Install frontend dependencies: + + cd c:\data\code\raven-client\ayanova + npm ci + + Note: Use `npm ci` (not `npm install`) to install exact versions from package-lock.json ``` ### Compiles and hot-reloads for development