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