Skip to content
Snippets Groups Projects
  • Robert Long's avatar
    49f388e5
    Webpack Refactor and React Setup (#57) · 49f388e5
    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.
    49f388e5
    History
    Webpack Refactor and React Setup (#57)
    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.

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