local-vault
Store key-value data encrypted (biometric passkey protected), locally in the client
File Explorer
Download Latest Version (.zip)- build-testbed.yml
- astro.mjs
- vite.mjs
- webpack.mjs
- build-all.js
- build-gh-pages.js
- postinstall.js
- adapter.cookie.js
- adapter.idb.js
- adapter.local-storage.js
- adapter.opfs-worker.js
- adapter.opfs.js
- adapter.session-storage.js
- base-adapter.js
- copyright-header.txt
- lv.js
- index.html
- spinner.js
- test.js
- .editorconfig
- .gitignore
- .npmignore
- BUNDLERS.md
- LICENSE.txt
- LOCK-KEY.md
- NON-BUNDLERS.md
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mylofi/local-vault
Downloads the entire project code from GitHub to your computer.
cd local-vault
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @lo-fi/local-vault
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm run build:all
Builds optimized production files.
npm test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
