The goal is to give as many high fives and fist bumps as humanly possible.
If you're interested in how everything works behind the scenes and/or are interested in helping out, please consult the DEVELOPMENT.md file.
Clone this repository....
git clone https://github.com/rvdleun/dont-leave-em-hanging.gitInstall the dependencies...
npm installTo serve the files locally, run the following command...
npm run devThe project will now be available on http://localhost:8000 and will auto-refresh when any change is made.
Note that you will need serve the contents over https if you want to reach the server externally, else you won't be able to start the WebXR experience. Ngrok could help you here.
To build the project, run the following command...
npm run buildThe result will be saved in the dist directory. Deploy the contents to your server.
Contains all the assets that will be available in the project.
Contains all the Javascript files that will be minified after a build.