Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 348 Bytes

ThreeJS 3D Portfolio Website

My first website withThreeJS after learning it

When viewing on GitHub pages, performance may be degraded since it is from a CDN.

To run on your local machine

git clone <this-repo>

Navigate to space.js file change the threejs source from to CDN to local node packages

npm install
npm run dev