package-lock and document update

This commit is contained in:
ShahanaFarooqui 2022-11-28 20:52:18 -08:00
parent 7e40c4ea30
commit 6b61e0852f
5 changed files with 30617 additions and 0 deletions

View file

@ -38,6 +38,10 @@ $ git clean -f -d
$ git pull
$ npm install --omit=dev
```
#### Error on npm install
If there is an error with `upstream dependency conflict` message then replace `npm install --omit=dev` with `npm install --omit=dev --legacy-peer-deps`.
### <a name="prep"></a>Prep for Execution
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.
* Rename the file `Sample-RTL-Config.json` to `RTL-Config.json` located at`./RTL`..