mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Deps before running
This commit is contained in:
parent
d5707404d6
commit
528bdff910
@ -15,12 +15,12 @@ The prerequisites for development are the same as running Dimension in a product
|
|||||||
cp config/default.yaml config/development.yaml
|
cp config/default.yaml config/development.yaml
|
||||||
nano config/development.yaml
|
nano config/development.yaml
|
||||||
|
|
||||||
# Run the webserver (it watches for changes)
|
|
||||||
npm run start:web
|
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
# Run the webserver (it watches for changes)
|
||||||
|
npm run start:web
|
||||||
|
|
||||||
# Run the backend (does not watch for changes)
|
# Run the backend (does not watch for changes)
|
||||||
npm run build:app && node build/app/index.js
|
npm run build:app && node build/app/index.js
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user