No description
Find a file
2025-09-17 20:03:45 -06:00
src live previewing, full test palette 2025-09-17 20:03:45 -06:00
tests/helpers live previewing, full test palette 2025-09-17 20:03:45 -06:00
.gitignore color pallete class, converter, tests 2025-09-16 21:26:19 -06:00
.mise.toml color pallete class, converter, tests 2025-09-16 21:26:19 -06:00
bun.lockb color pallete class, converter, tests 2025-09-16 21:26:19 -06:00
index.ts live previewing, full test palette 2025-09-17 20:03:45 -06:00
jsconfig.json color pallete class, converter, tests 2025-09-16 21:26:19 -06:00
package.json color pallete class, converter, tests 2025-09-16 21:26:19 -06:00
README.md live previewing, full test palette 2025-09-17 20:03:45 -06:00

verdigris

Setup

bun install

To Build

bun run index.js

To Live Preview

while sleep 1 ; do find . -name '*.ts' | entr bun index.ts ; done

To Run Tests

bun test