This project aims to demonstrate using locally stored credentials (asymmetric keypair) for managing local-first data with encryption.
This is a work in progress.
To run this demo locally:
- Clone repo
npm install
npm run pwa:build:web
npm run pwa:start
- Visit
http://localhost:8080
in browser
All code and documentation are (c) 2024 Kyle Simpson and released under the MIT License. A copy of the MIT License is also included.