- Install node.js
- Windows https://nodejs.org/en/download/
- Linux
sudo apt update && sudo apt install nodejs npm -y
- Check node installation
node -v git submodule initgit submodule update --progressnpm install -g npmnpm install
cd examples/libs/three.jsgit checkout tags/r167 -b r167cd ../../..git add .git commit -m "Update Three.js r167"git push origin main
node serve.js- Go to localhost