···11# www
2233-my personal site built with vite and violet, my minimal web framework.
44-55-this also doubles as a sort of playground for violet before i decide to package
66-it as a standalone library and use it more broadly. according to my very
77-scientific calculations, violet is under 1kb in size when minified and gzipped
88-and has zero dependencies.
99-1010-## commands
1111-1212-```sh
1313-git clone git@tangled.sh:wlo.moe/www
1414-cd www
1515-bun i[nstall]
1616-1717-# building
1818-bun run build:all # builds violet and web, in that order
1919-bun run build:web # builds only pkgs/web
2020- :only # skips type checks
2121-bun run build:violet # builds only pkgs/violet
2222- :watch # watches for changes
2323-2424-# biome
2525-# biome is primarily used for formatting, but also for linting.
2626-bun run biome:
2727- fmt # formats files
2828- lint # lints files
2929- check # formats & lints
3030-```
3131-3232-@vt3e/web will be available in `dist/`.
33+my personal site built with vue, plus lexicon definitions for `cat.vt3e.gallery.*`
334345## copying
356