From 5ade18171c3cdc30bacdf13e5db8c1c92096ba5e Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Mon, 18 May 2026 02:18:11 +0000 Subject: [PATCH] Add clanker-disclaimer --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a4fefe..ab12bb7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An offline-first password manager that runs entirely in your browser. No server, no cloud, no tracking — your vault lives on your machine. +NOTE: This is majority vibe-coded with pi.dev and Qwen 3.6. + ## Features - **AES-256-GCM encryption** — All credentials encrypted with a key derived from your master password via PBKDF2 (600,000 iterations). The key exists only in memory. @@ -14,16 +16,12 @@ An offline-first password manager that runs entirely in your browser. No server, - **Auto-lock** — Vault locks automatically on tab switch, visibility change, or 5-minute inactivity timer. - **Dark theme** — Responsive layout that works on desktop and mobile. -## Quick Start +## Development + +### Quick Start ```bash npm install -npm run dev # http://localhost:5173 -``` - -## Production Build - -```bash npm run build # → dist/index.html (single self-contained file) npm run preview # test the production build locally ```