This is a simple demonstration of how easy it is to build virtual reality presentations using A-Frame.
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
To serve the site from a simple Node development server:
npm start
Then launch the site from your favourite browser:
If you wish to serve the site from a different port:
PORT=8000 npm start
Make sure you have committed all changes to master branch. Then run:
npm run deploy
A-Frame Firefox Nightly (supports WebVR) Map Generator Inspiration (24 Ways)