0.1.0 • Published 1 year ago

@highnoteplatform/checkout-iframes v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Checkout UI iframes

The iframes/assets rendered for the Highnote Checkout library.

Development

Note: This project uses npm workspaces. To install dependencies, see instructions.

npm run dev

This will start a local server at http://localhost:3014

The origin and port are configured via environment variables at the root of the project. Read more here.

Testing

This project uses ts-jest.

  • Run tests: npm t -w packages/card-viewer
  • Run tests in watch mode: npm run test:watch -w packages/card-viewer

Deployment & Release

See the release section.