Files
raven-client/ayanova
2026-02-13 08:24:15 -08:00
..
2022-12-20 22:11:12 +00:00
2025-02-18 21:50:30 +00:00
2026-02-02 02:48:54 +00:00
2023-01-12 17:41:00 +00:00
2025-02-18 21:50:30 +00:00
2025-02-18 21:50:30 +00:00
2026-02-13 08:24:15 -08:00
2020-10-02 23:07:21 +00:00

AyaNova client ui

Project setup

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

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit