From 9e2df7dd5a3000a36f7ee44e4aad73de8d00416b Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Thu, 30 Sep 2021 05:42:14 -0400 Subject: [PATCH] Update README.md --- domain-server/resources/web/web-new/README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/domain-server/resources/web/web-new/README.md b/domain-server/resources/web/web-new/README.md index e0839187bb..d18007e4c9 100644 --- a/domain-server/resources/web/web-new/README.md +++ b/domain-server/resources/web/web-new/README.md @@ -2,22 +2,29 @@ The Domain dashboard for Vircadia virtual worlds. -## Install the dependencies +## Maintainer Instructions + +If you have made changes to the dashboard, you must build it and commit those built files. It is also necessary to build it if you wish to have your changes reflected in a packaged Domain server. + +## Install the Dependencies ```bash npm install ``` -### Start the app in development mode (hot-code reloading, error reporting, etc.) +### Start the Dashboard in Development Mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` -### Lint the files +### Lint the Files ```bash npm run lint ``` -### Build the app for production +## Build the Dashboard + +This automatically places the compiled dashboard into the right directory (`/dist/spa`) to be used by the Domain server after it is packaged. + ```bash quasar build ```