-
Robert Long authored
* Removed handlebars Plugin, upgraded to Webpack 4, use Dotenv, fix HTTPS * Remove webpack.dev.js * Add git repository to package.json * Basic onboarding scaffolding. * Update aframe dep and yarn.lock.
Robert Long authored* Removed handlebars Plugin, upgraded to Webpack 4, use Dotenv, fix HTTPS * Remove webpack.dev.js * Add git repository to package.json * Basic onboarding scaffolding. * Update aframe dep and yarn.lock.
README.md 417 B
Mozilla Social Mixed Reality Client
A prototype client demonstrating a multi-user experience in WebVR. Built with A-Frame
Getting Started
To run the social client, run:
git clone https://github.com/mozilla/mr-social-client.git
yarn install
yarn start
Building Static Files
To bundle javascript and generate the html templates, run:
yarn build