/paymentx

A interactive UI of payments

Primary LanguageTypeScript

Getting Started

This is a monorepo project with ui packages and payment web package. This works with yarn workspaces. You can play here breaking the web page 😈.

Requirements

How to run web payment project

⚙️ For local development:

yarn dev:payment

After that, open a browser tab in http://localhost:3000/

📦 For production building:

yarn build

How to run ui packages

⚙️ For local development:

yarn start:ui

it opens a storybook playground

📦 For production building:

yarn build:ui

🧪 How to test mono-repo

yarn test