payment-facilitator-ui
v0.1.0
Published
This microfrontend provides a UI for: - paymentFacilitator subMerchants on: /paymentFaciliators/subMerchants
Downloads
4
Readme
payment-facilitator-ui
This microfrontend provides a UI for:
- paymentFacilitator subMerchants on: /paymentFaciliators/subMerchants
Impact overview
- Domain : onboarding
- Critical features: yes
- Scope : oos
- Sensible data: none
- Incident emergency contact team: light-box
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- An environment variable named: GITLAB_PRIVATE_TOKEN valued with the token you created in gitlab: https://gitlab.com/profile/personal_access_tokens with at least 'read_api'
- nodejs
- yarn
Setup for first time
- Execute:
npm install && yarn install
Launching
- Execute:
yarn start
ordocker build -t payment-facilitator-ui . && docker run payment-facilitator-ui