The current operating system used for the development environemnt of VRDAVis is Ubuntu 20.04. The quirks of developing and running VRDAVis on other operating systems are not yet known.
To build and run the VRDAVis backend all commands should be run from the "vrdavis-backend" folder.
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make
./vrdavis_backend
To install the necessary packages and run the frontend all commands must be run from the "vradvis-frontend" folder.
npm install
npm start