webvr-demos
v1.0.4
Published
WebVR demos
Downloads
4
Maintainers
Readme
webvr-demos
WebVR Demos.
Installation
GitHub
# Clone the git repository from GitHub
git clone [email protected]: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