These examples were written during Twitch streams and they're somewhat following the WebGL Fundamentals guide.
The pages are built using Vite and the matrix calculations are done using glMatrix.
Install the dependencies
npm install
Run the development server
npm run dev
Or build the static pages
npm run build
To add more examples vite.config.js
has to be used.