krz/brand-bench
A dynamic brand documentation generator with Ollama integration.
clone: git clone https://gitbay.org/krz/brand-bench.git
4cf8f16a22caaedd0283e0e6f43c9e2811e39aeb
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2026-08-22T23:41:55Z
.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) new file mode 100644 @@ -0,0 +1,13 @@ +node_modules/ +dist/ + +# Vite +.vite/ +*.local + +# Env +.env +.env.* +!.env.example + +.DS_Store