slightly better READMEs
This commit is contained in:
parent
7733cb3737
commit
67bed208f7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user