Welcome to RealMeasure - the Mixed Reality tool that lets you take real-life measurements in headset using your controllers!
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.
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
Install all the necessary dependencies by running:
npm install
Start the development server with the following command:
npm run serve
After running the command, your development server will be available at localhost:8081.