From 67bed208f78fbdf4f570b4b4609bcba6931a2350 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:05:58 -0700 Subject: [PATCH] slightly better READMEs --- packages/attache/README.md | 4 +++- packages/iago/README.md | 23 +++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/packages/attache/README.md b/packages/attache/README.md index 90b4588..ad6da1f 100644 --- a/packages/attache/README.md +++ b/packages/attache/README.md @@ -1,6 +1,8 @@ # 💼 Attaché -Stores files in folders, with style. +Attaché provides a JSON API and web UI for creating and viewing Projects. + +Each Project is essentially a folder of files that you can upload, download, and preview. ## Quickstart diff --git a/packages/iago/README.md b/packages/iago/README.md index 3fb4cd5..b3bbdfd 100644 --- a/packages/iago/README.md +++ b/packages/iago/README.md @@ -1,15 +1,18 @@ -# iago +# 🐦 Iago -To install dependencies: +Iago is a bun server that takes pictures of index cards pinned to a corkboard and then, +using OpenAI, gives you back the text on the index cards. -```bash -bun install -``` +Requires: -To run: +- Mac Mini +- bun +- imagesnap (`brew install imagesnap`) +- corkboard w/ index cards +- cactus for moral support -```bash -bun run index.ts -``` -This project was created using `bun init` in bun v1.2.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. +Quickstart: + + bun install + bun dev \ No newline at end of file