It uses Eleventy static site generator.
Also using esbuild to work with prototypes in Three.js, in branches that I'm working with lidar and voice to text applications. Allows for complex JS/TypeScript when required.
npm install
Or build and host locally for local development
npm run serve
Visit https://localhost:8080
To build the production build including JS minified and optimized:
npm run build

