webvr-demos

WebVR demos

Usage no npm install needed!

<script type="module">
  import webvrDemos from 'https://cdn.skypack.dev/webvr-demos';
</script>

README

webvr-demos

WebVR Demos.

Installation

GitHub

# Clone the git repository from GitHub
git clone git@github.com:MozVR/vr-demos.git

# Open the working directory
cd vr-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:

PORT=8000 npm start