mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 13:52:49 +02:00
851 B
851 B
Vircadia Domain Dashboard (vircadia-domain-dashboard)
The Domain dashboard for Vircadia virtual worlds.
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
npm install
Start the Dashboard in Development Mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the Files
npm run lint
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.
quasar build