This is a Next.js project bootstrapped with create-next-app.
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 devOpen http://localhost:3000 with your browser to see the result.