@scom/scom-payment-widget
v0.1.36
Published
To get started with testing locally, follow these steps:
Readme
Setup and Installation for Local Testing
To get started with testing locally, follow these steps:
1: Install the required packages using the following command:
docker-compose up install2: Build and bundle the library using the following command:
docker-compose up buildTEST
3. Install the required packages using the following command:
docker-compose up installTest4. Run a development server using the following command:
docker-compose up testYou can access the development server via http://localhost:8039/.
