Skip to content
Snippets Groups Projects
README.md 3.15 KiB

Build Status

A prototype client demonstrating a multi-user experience in WebVR. Built with A-Frame

Getting Started

To run the client, run:

git clone https://github.com/mozilla/hubs.git
cd hubs
npm ci
npm start

Building Static Files

To bundle javascript and generate the html templates, run:

npm run build

Sharing Your Changes

When running a local copy of Hubs as-is, you'll use Mozilla's "dev" Reticulm and Janus servers for storing your room information and relaying messages between users in the room.