Notice: Marked for deprecation, will be replaced with https://github.com/vircadia/vircadia-web/ which will include both this dashboard's features and a full featured web client for visiting virtual worlds in Vircadia. As a result, this repository is currently being maintained but no new features are being added.
A consideration for deployment is that this is an SPA (single page application) and therefore will require a simple server-side configuration change in the case of a page refresh.
- Node.js 16.x
npm install
npm run serve
npm run build
npm run lint
This creates a docker image called metaverse-dashboard that can be used with docker-compose at vircadia-domain-server-docker. This image also can be used for development purposes.
In order to build, go to the docker dir and execute the build script.
cd docker && docker-build.shIn order to run a container based on the image, go to the docker dir and execute the run script.
cd docker && run-metaverse-dashboard.shPort 8080 will be open and its log can be found in the log dir.