@scom/scom-qr-scanner
v0.1.1
Published
To get started with testing locally, follow these steps:
Downloads
70
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 install
2: Build and bundle the library using the following command:
docker-compose up build
3. Run a development server using the following command:
docker-compose up test
You can access the development server via http://127.0.0.1:8039/.
Note
In order to test the scanner on mobile devices, start the development server with https instead of http.