mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
Update README.md
This commit is contained in:
parent
bea5980c6f
commit
f5c1c03b22
10
.github/README.md
vendored
10
.github/README.md
vendored
@ -56,10 +56,7 @@ To download from master (*not recommended*):
|
|||||||
```
|
```
|
||||||
$ git clone https://github.com/Ride-The-Lightning/RTL.git
|
$ git clone https://github.com/Ride-The-Lightning/RTL.git
|
||||||
$ cd RTL
|
$ cd RTL
|
||||||
$ npm install
|
$ npm install --only=prod
|
||||||
$ npm run buildfrontend
|
|
||||||
$ npm run buildbackend
|
|
||||||
$ npm prune --production
|
|
||||||
```
|
```
|
||||||
#### Or: Update existing dependencies
|
#### Or: Update existing dependencies
|
||||||
```
|
```
|
||||||
@ -67,10 +64,7 @@ $ cd RTL
|
|||||||
$ git reset --hard HEAD
|
$ git reset --hard HEAD
|
||||||
$ git clean -f -d
|
$ git clean -f -d
|
||||||
$ git pull
|
$ git pull
|
||||||
$ npm install
|
$ npm install --only=prod
|
||||||
$ npm run buildfrontend
|
|
||||||
$ npm run buildbackend
|
|
||||||
$ npm prune --production
|
|
||||||
```
|
```
|
||||||
### <a name="prep"></a>Prep for Execution
|
### <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.
|
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.
|
||||||
|
Loading…
Reference in New Issue
Block a user