Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohenaz/appsatchel-wallet
https://github.com/rohenaz/appsatchel-wallet
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohenaz/appsatchel-wallet
- Owner: rohenaz
- Created: 2020-02-29T16:35:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:40:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T20:56:25.170Z (over 1 year ago)
- Language: TypeScript
- Size: 4.18 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Satchel Wallet App
This repo contains the underlying wallet app that can be downloaded as a chrome extension on [appsatchel.com](https://appsatchel.com/).
## Development
Install the dependencies with `yarn`.
Run the app locally with `yarn start`.
## Deployment
Deploy the app with `yarn deploy`.
### Notes
A prerequisite for deployment is the [Firebase cli](https://www.npmjs.com/package/firebase-tools), which can be installed with `npm install -g firebase-tools`.
You need to login using `firebase login` and ensure that your account has permissions to deploy this project.