Email-based comments
Go to file
2025-01-12 11:23:14 -05:00
src Merge branch 'main' of code.garrettmills.dev:garrettmills/chorus 2025-01-06 23:02:31 -05:00
.gitattributes Big bang 2024-12-24 09:43:23 -05:00
.gitignore Initial implementation for generating thread JSON files 2025-01-04 01:20:47 -05:00
bun.lockb Generate color hashes for comment authors 2025-01-05 20:36:38 -05:00
index.ts Initial implementation for generating thread JSON files 2025-01-04 01:20:47 -05:00
LICENSE Add LICENSE 2025-01-06 14:13:09 +00:00
package.json Generate color hashes for comment authors 2025-01-05 20:36:38 -05:00
README.md Update README.md 2025-01-06 14:09:40 +00:00
sample.eml Add sample email for dkim 2025-01-12 11:23:14 -05:00
tsconfig.json Big bang 2024-12-24 09:43:23 -05:00

chorus: Email-based comments

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.42. Bun is a fast all-in-one JavaScript runtime.