WebVR Demos.
# Clone the git repository from GitHub
git clone git@github.com:MozVR/webvr-demos.git
# Open the working directory
cd webvr-demos
# Install the Node dependencies
npm install
To start the server:
npm start
If you wish to serve the site from a different port or host:
HOST=0.0.0.0 PORT=8000 npm start