This file contains documentation for installation and testing of VRMOD. For usage instructions, please refer to user documentation
For instructions on building/manipulating the Android version of the scene viewer project, please refer to the Unreal-Android.md file.
- nodejs, version 10 or higher.
- working installation of EMOD
Edit file vrmod/src/app/app.site-config.ts and set:
- baseUrl - url of EMOD backend server
- emodUrl - url of EMOD installation
E.g.:
export const baseUrl = 'http://1.2.3.4:9988/api/v1/';
export const emodUrl = 'http://1.2.3.4:5200';
Prepare environment:
$ cd vrmod
$ npm install
And start development server:
$ npm run start
Now the site should be available at http://localhost:4200
.
For production code, use:
$ cd vrmod
$ npm run build
The built version will be stored in vrmod/dist/vrmod.