Add install command to DEVELOPMENT

This commit is contained in:
Andrew Morgan 2018-10-17 23:21:44 +02:00
parent 3860ea5070
commit 30831b2367

View file

@ -18,6 +18,9 @@ nano config/development.yaml
# Run the webserver (it watches for changes)
npm run start:web
# Install dependencies
npm install
# Run the backend (does not watch for changes)
npm run build:app && node build/app/index.js
```