An A-Frame WebVR consumer for Contenta CMS.
yarn
.yarn start
to start the WebVR app dev server.This project uses Eslint, configured to use AirBnb's standard set. To lint code in this project, run yarn lint
. This project also uses Prettier, which will format your code according to the Prettier standard. As enforced by Husky, you cannot commit code that does not fit the defined standard.
We're also using aframe-react which gives us some of the benefits of React when working with A-Frame.
The development server in this project is set up so that it can be accessed by any device on your local network. That's why you access your development instance from your local IP instead of just localhost
.
Before you get started, navigate to chrome://flags
in Chrome on your phone. Then, enable the WebVR and Gamepad API flags, and restart Chrome.
After doing this, start your dev server (yarn start
) and navigate to the non-local IP address given in the output.