This is just a prototype too test stereoscopic rendering of 360 video on iOS devices. It's very experimental and not meant to be used in production.
If you've never used Node or npm before, you'll need to install Node. If you use homebrew, do:
brew install node
Otherwise, you can download and install from here.
npm install
npm run dev
This will transpile assets and start an express server with hot module replacement middleware.
npm run build
npm start
Depending on which editor you're using this may vary. For sublime, follow the instructions for ESLint here and for editor config here.
This repo is licensed under The MIT License (MIT).