case 4642

This commit is contained in:
2026-02-13 08:24:06 -08:00
parent fcd1da6ef8
commit f8ee7b2da7

View File

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