Skip to content

iimcz/vrmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vrmod

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.

Instalation

Requirements

  • nodejs, version 10 or higher.
  • working installation of EMOD

Configuration

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •