Link traversal in WebVR using A-Frame!
Read this Mozilla VR blog post for more details.
To start the local development server:
npm start
The hash in the sw.js
file will get auto-updated in the file. You should check in these changes, so the Service Worker version gets bumped appropriately.
To dev on another machine from another network:
npm run tunnel
And copy the URL listed at the very top of your command-line output:
Tunnel: http://ctzuvxyamq.localtunnel.me
This program is free software and is distributed under an MIT License.