Use this to minify the source:
npx html-minifier-terser index.html --collapse-whitespace --remove-comments --remove-attribute-quotes --minify-css true -o index.html
npx html-minifier-terser styles.css --collapse-whitespace --remove-comments --remove-attribute-quotes --minify-css true -o styles.css