This is a [ORY + Next.js POC]project
First, create a .env file in the root of the project and add the following variable:
ORY_SDK_URL=https://{your-project-slug-here}projects.oryapis.comThen, install dependencies, and run the development server:
yarn install
yarn run devOpen http://localhost:3000 with your browser to see the result.