Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

File metadata and controls

23 lines (18 loc) · 1.04 KB

External Dependencies Recap

This static website has minimal external dependencies to keep it lightweight and simple.

Libraries

Fonts

No Other Dependencies

  • No npm packages, no build tools, no frameworks.
  • All other code is vanilla HTML, CSS, and JavaScript.
  • The site is fully static and deploys directly to GitHub Pages.

Notes

  • If the CDN is down, Three.js won't load, but the site remains functional (3D background absent).
  • For offline development, download Three.js locally and update the script src.
  • Last checked: September 26, 2025. /home/michele/michelemonti.me/personal-website/DEPENDENCIES.md