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 😈.
- Nodejs >= v16
⚙️ For local development:
yarn dev:payment
After that, open a browser tab in http://localhost:3000/
📦 For production building:
yarn build
⚙️ For local development:
yarn start:ui
it opens a storybook playground
📦 For production building:
yarn build:ui
yarn test