mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
package-lock and document update
This commit is contained in:
parent
7e40c4ea30
commit
6b61e0852f
5 changed files with 30617 additions and 0 deletions
4
.github/docs/Core_lightning_setup.md
vendored
4
.github/docs/Core_lightning_setup.md
vendored
|
|
@ -43,6 +43,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`..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue