# verdigris ## Setup ```bash bun install ``` ## To Build ```bash bun run index.js ``` ## To Live Preview ```bash while sleep 1 ; do find . -name '*.ts' | entr bun index.ts ; done ``` ## To Run Tests ```bash bun test ```