slightly better READMEs

This commit is contained in:
Chris Wanstrath 2025-06-20 15:05:58 -07:00
parent 7733cb3737
commit 67bed208f7
2 changed files with 16 additions and 11 deletions

View File

@ -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

View File

@ -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