Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 284 Bytes

Payments Page

This is the payment page that enables users to interact with a specific payment intent.

Payment intents are located at /i/PAYMENT_INTENT_ID.

Installation

  1. npm i
  2. cd client && npm i --include=dev

Usage

  1. Build (npm run build)
  2. Run (npm start)