Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 232 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 232 Bytes

The main code is in the main.js file

You'd need to run webpack --watch to bundle the file ThreeJS requires you to run your code from an http server, so you'd also need to run python3 -m http.server 8000 from the root of the project