https://github.com/rake7h/digi-wallet
Offline first digital wallet PWA
https://github.com/rake7h/digi-wallet
Last synced: 4 months ago
JSON representation
Offline first digital wallet PWA
- Host: GitHub
- URL: https://github.com/rake7h/digi-wallet
- Owner: rake7h
- License: apache-2.0
- Created: 2023-10-03T13:17:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T09:56:01.000Z (over 2 years ago)
- Last Synced: 2025-10-09T05:20:14.693Z (8 months ago)
- Language: TypeScript
- Size: 7.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# digi-wallet
Offline first digital wallet app
## local setup
```sh
nvm use 18
yarn install
yarn dev
```