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