Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 307 Bytes

live demo at teresayy.com/iff-globe

if you do not already have node, three.js, and vite installed:

  • install node.js
  • run "npm install --save three" in your terminal
  • run "npm install --save-dev vite" in your terminal

to run the app:

  • run "npx vite" to start the server