1.0.4 • Published 9 years ago

webvr-demos v1.0.4

Weekly downloads
9
License
-
Repository
-
Last release
9 years ago

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