kuda.ai

Thoughts on programming and music theory.

dark mode

Auto format HTML CSS and JS files.

Created on August 29, 2025

webdev

# https://biomejs.dev/guides/manual-installation/
brew install biome
biome format . --write

for .html files:

# install npm or bun
# instructions for bun at https://bun.com/
bunx prettier ./main.html --write

# or:
# npx prettier ./main.html --write # --use-tabs