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.com
Then, install dependencies, and run the development server:
yarn install
yarn run dev
Open http://localhost:3000 with your browser to see the result.