@scom/page-form
v0.1.6
Published
```sh docker-compose up install ``` ## Step 2: Build and bundle library ```sh docker-compose up build ``` ## Step 3: get reCaptcha key Go to https://www.google.com/recaptcha/admin/create and create a new reCaptcha 1. Enter Label 2. Choose "Challenge (v2)"
Readme
Step 1: Install packages
docker-compose up installStep 2: Build and bundle library
docker-compose up buildStep 3: get reCaptcha key
Go to https://www.google.com/recaptcha/admin/create and create a new reCaptcha
- Enter Label
- Choose "Challenge (v2)" option on "reCAPTCHA type"
- Enter Domains
- Click "Submit"
- Copy site key
Step 4: Run test
docker-compose up -d testAccess the dev server via http://127.0.0.1:8015/
