overte-HifiExperiments/domain-server/resources/web/web-new
2021-09-10 02:06:50 -04:00
..
.vscode
public Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
src Get Domain creation working; revise metaverse forwarding. (TLS init fail issue present) 2021-09-10 02:06:50 -04:00
.editorconfig
.eslintignore
.eslintrc.js Metaverse connection is working. 2021-09-06 03:12:55 -04:00
.gitignore
.postcssrc.js
babel.config.js
package-lock.json Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
package.json Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
quasar.conf.js Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
README.md
tsconfig.json Metaverse connection is working. 2021-09-06 03:12:55 -04:00

Vircadia Domain Dashboard (vircadia-domain-dashboard)

The Domain dashboard for Vircadia virtual worlds.

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.