Written in pure html, js, css and minified to just ~10kb of code. Based on mi-extended.css
Click on the ./src/index.html
file to open the unminified website.
If you want to change the content, you should edit files in the ./src
folder.
To minify the code first install dependencies:
bun i
Then run the minify command:
bun minify
A minified code will be stored in the ./dist
folder.