Insomnia is a VR environment built with A-Frame. The site is deployed at insomnia.subbu.dev. This is still largely work in progress.
Make sure you have git
and Node.JS
installed
- To get started, clone the repo:
git clone git@github.com:sinclabs/insomnia.git
- Install the dependencies:
npm i
- Build the source:
npm run build
- Start the local server:
npm start
Note: To view the local deployment in your VR headset's browser, you'll need to host the site over HTTPS, as it is a WebVR requirement.