Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 491 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 491 Bytes

SafePay Example

Simple checkout page example.

Install dependencies

yarn install

Run locally

Start Parcel by running the following command:

yarn start

Build

Build for importing with Sandpack:

yarn build

The built file dist/index.js can be imported using a <script> tag. It will inject a variable SafePayExampleProject in the window, so it can be imported as SandpackProvider options.