My room in three JS
Fully controlled 3D environment
Fully customizable user-experience.
Demo
Make sure you have installed Node.js and NPM first:
(This is for checking the installed versions)
For Node:
node -v
For NPM:
npm -v
If not: download Node.js from Here
And then install it on your computer
(Open the project in VS Code, Run the terminal and type)
Install dependencies:(only the first time)
npm install
Compile the code for development and run the local server at localhost:8080:
npm run dev
Build for production in the dist/ directory
npm run build