- Create a new Github codespace in this repo
- Create
.env
file in root of repo by copying.env-example
- Populate
.env
file with Vault ID - Start app:
npm start
- Ensure your codespace has port 3000 open to the public so that it can accept the requests from VGS
- Open app in browser
- Configure the filters in your vault (or import the
vgs-route-config.yaml
file in this repository) - Update your VGS Inbound Route's Upstream URL to the same URL that is in your browser.
- Press the "Issue Card" button to get a new card from the mock issuance service.
- Press the "eye" icon to reveal the original card value using VGS Show.
- The beautiful card graphic in this demo was created by Ryan Mcguinn. The code was taken and modifed from this codepen: https://codepen.io/rmcguinn/pen/JpVwBp, which is referenced on this article: https://freefrontend.com/css-credit-cards/.