Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 768 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 768 Bytes

Google reCAPTCHA v2 Demo

For Developers - software stack

This is a Next.js project bootstrapped with create-next-app. It uses tailwindcss and the react-google-recaptcha package

Running development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

See package.json for other scripts like build and start.

Customizing with your own reCAPTCHA

Go to the Google reCaptcha dashboard and create a recaptcha. For localhost domain, use 127.0.0.1. Otherwise, use your actual domain.

As described on the demo pages, store the reCAPTCHA site keys in env variables.