Skip to content

sanjoypal/webvr-demos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webvr-demos

WebVR Demos.

Installation

GitHub

# 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

Development

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

Packages

No packages published

Languages

  • JavaScript 83.9%
  • HTML 14.1%
  • Other 2.0%