https://github.com/edgeapp/edge-snack-bar-app
Application that generates a QR code for multiple cryptocurrency options
https://github.com/edgeapp/edge-snack-bar-app
Last synced: about 1 year ago
JSON representation
Application that generates a QR code for multiple cryptocurrency options
- Host: GitHub
- URL: https://github.com/edgeapp/edge-snack-bar-app
- Owner: EdgeApp
- Created: 2021-06-01T21:04:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T22:28:44.000Z (over 2 years ago)
- Last Synced: 2025-02-14T14:55:07.343Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 6.03 MB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# edge-snack-bar-app
## Link To Live App
https://edgeapp.github.io/edge-snack-bar-app/
## Description
The Edge Snack Bar Application generates a QR code for multiple cryptocurrency options for those in the Edge office that would like to purchase a snack.
### Office Snack Bar

### Selection Screen

### QR Code Screen

## Configuration
1. Clone the repo
```
$ git clone https://github.com/EdgeApp/edge-snack-bar-app.git
```
2. Change directory
```
$ cd edge-snack-bar-app
```
3. Copy `config.sample.json` to `config.json`
```
$ cp config.sample.json config.json
```
4. Run `yarn`
```
$ yarn
```
## Run Locally
```
$ yarn demo
```