Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 641 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 641 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

For phone number verification to work with twillio, follow part of this tutorial to setup the twilio verify backend.

Add the issuer private key NEXT_PUBLIC_ISSUER_PRIVATE_KEY and the twilio URL NEXT_PUBLIC_TWILIO_URL to the .env file

Run the development server:

npm run dev
# or
yarn dev

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