Skip to content

ShekharSahu/marketing-vr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marketing Presentation in VR Demo

This is a simple demonstration of how easy it is to build virtual reality presentations using A-Frame.

Installation

First make sure you have Node installed.

On Mac OS X, it's recommended to use Homebrew to install Node + npm:

brew install node

To install the Node dependencies:

npm install

Local Development

To serve the site from a simple Node development server:

npm start

Then launch the site from your favourite browser:

http://localhost:3000/

If you wish to serve the site from a different port:

PORT=8000 npm start

Deploy to Github Pages

Make sure you have committed all changes to master branch. Then run:

npm run deploy

Links

A-Frame Firefox Nightly (supports WebVR) Map Generator Inspiration (24 Ways)

About

VR: So simple, even marketing can do it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.8%
  • JavaScript 21.3%
  • CSS 3.9%