Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 818 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 818 Bytes

Dual Task VR

DualTask VR is the Node webapp for the Athlete side of the Dual Task Virtual Reality test

After each video has run its course, it will automatically move on to the next phase of the test. In the future, this webapp should be paired with the Athletic Trainer's Android application so the flow of the test can be controlled from the Atletic Trainer's device.

To Run:

  1. Download and install the latest stable (LTS) version of Node.js and NPM here
  2. In a command line (typically Terminal on MacOS, cmd or Powershell on Windows), navigate to this project directory
  3. Install dependencies with npm i
  4. Run the app with node server.js
  5. Message should read "Example app listening on port 5000!"
  6. Open any web browser and navigate to http://localhost:5000/ to start the app