diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a4d2022..28e5007 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -15,12 +15,12 @@ The prerequisites for development are the same as running Dimension in a product cp config/default.yaml config/development.yaml nano config/development.yaml -# Run the webserver (it watches for changes) -npm run start:web - # Install dependencies npm install +# Run the webserver (it watches for changes) +npm run start:web + # Run the backend (does not watch for changes) npm run build:app && node build/app/index.js ```