From eb3e59d1d6e8a0195c29c24f31b93e3e0e1908f9 Mon Sep 17 00:00:00 2001 From: Juliet Date: Wed, 11 Mar 2026 04:26:18 +0000 Subject: [PATCH] add README --- README.md | 25 +++++++++++++++++++++++++ 1 file(s) changed, 25 insertion(s)(+), 0 deletion(s)(-) diff --git a/README.md b/README.md new file mode 100644 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# drop + +A minimal, end-to-end encrypted file sharing app. + +## Features + +- Client-side encryption (AES-256-GCM) +- Configurable file expiry +- Burn after read +- Preview for images, video, audio, and text + +## Running + +Requires [Bun](https://bun.sh). +See `.env.example` for configuration. + +```sh +bun start +``` + +For development with hot reload: + +```sh +bun dev +``` -- tangled.sh