Skip to content

Latest commit

 

History

History

README.md

Accept Pay client-side

Prerequisites

  • Install Node 12.x
  • Run npm install to install dependencies

Development

npm run start

Build

npm run build

Serve the output

Launch static server in ./build directory and open default browser with the app

npm run serve