Skip to content

Latest commit

 

History

History

realmeasure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Measure Reality with RealMeasure!

Welcome to RealMeasure - the Mixed Reality tool that lets you take real-life measurements in headset using your controllers!

RealMeasure Demo

How to Run

Assuming you have already cloned the repository and are in the project directory, follow these steps to get the project running on your local machine.

1. Verify that you have Node.js and npm installed

Ensure you have the correct versions of Node.js and npm installed:

  • Node.js version: 20.x or later
  • npm version: 10.x or later

You can check your versions with these commands:

node -v
npm -v

2. Install dependencies

Install all the necessary dependencies by running:

npm install

3. Run the local development server

Start the development server with the following command:

npm run serve

After running the command, your development server will be available at localhost:8081.