Add clanker-disclaimer
This commit is contained in:
parent
dc7c29b7ce
commit
5ade18171c
12
README.md
12
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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user