case 4642
This commit is contained in:
@@ -1,8 +1,19 @@
|
|||||||
# ayanova
|
# AyaNova client ui
|
||||||
|
|
||||||
## Project setup
|
## 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
|
### Compiles and hot-reloads for development
|
||||||
|
|||||||
Reference in New Issue
Block a user