overte-JulianGro/domain-server/resources/web/web-new
2022-02-21 23:17:33 +01:00
..
.vscode Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
dist/spa Update metaverse server URL 2022-02-21 23:17:33 +01:00
public Ressources rebranding for Overte 2022-02-06 12:51:05 -05:00
src Update metaverse server URL 2022-02-21 23:17:33 +01:00
.editorconfig Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
.eslintignore Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
.eslintrc.js Metaverse connection is working. 2021-09-06 03:12:55 -04:00
.gitignore Update .gitignore 2021-09-13 17:35:02 -04:00
.postcssrc.js Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
babel.config.js Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
package-lock.json Fix server-console and ICE server address 2022-02-12 15:40:46 +01:00
package.json Fix server-console and ICE server address 2022-02-12 15:40:46 +01:00
quasar.conf.js Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
README.md Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
tsconfig.json Metaverse connection is working. 2021-09-06 03:12:55 -04:00

Overte Domain Dashboard (vircadia-domain-dashboard)

The Domain dashboard for Overte 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

Customize the configuration

See Configuring quasar.conf.js.