0.0.7 • Published 12 months ago
pop-component v0.0.7
POP Component
This repository contains the code for the Administration portal for Payment as a Service Engine.
Env
If running tests locally add an env.local file with the following fields:
VITE_BACKEND_API_URL=<local_url> VITE_SCOPE=
Running locally
Locally it is run with serverless offline using the following command:
yarn start
Testing & Linting
To run the unit tests and the linter use the following command(s):
yarn test:unit && yarn lint:check
Publishing
Use the GitHub action created for deployment. Note: Make sure the GitHub secrets are set for the environment. Note: Changes in the assets folder will effect all/old version of the component.