Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 549 Bytes

DEV.md

File metadata and controls

24 lines (19 loc) · 549 Bytes

Setup DEV environment

  • Install node.js
  • Check node installation node -v
  • git submodule init
  • git submodule update --progress
  • npm install -g npm
  • npm install

Update three.js

  • cd examples/libs/three.js
  • git checkout tags/r167 -b r167
  • cd ../../..
  • git add .
  • git commit -m "Update Three.js r167"
  • git push origin main

Start examples