cp .env.template .env
Then, edit .env
, following the instructions from within the file
npm install
In src/server/index.html
, set overrideC2ResponseStripePaymentRequest
to the value of a stripe:paymentRequest
object from the response to a C2 call.
Running this project will then demonstrate the front-end for confirming a payment
npm run start:watch
Then, visit: http://localhost:3000/
on your browser