mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 08:13:13 +02:00
.. | ||
.vscode | ||
public | ||
src | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.postcssrc.js | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
quasar.conf.js | ||
README.md | ||
tsconfig.json |
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