Welcome to Chairs Etc., an interactive Mixed Reality experience envisioning what the future of furniture shopping could look like on the spatial web. You can seemlessly place, rotate and drag virtual chairs in your physical environment in this experience.
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.