Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 411 Bytes

This is a [ORY + Next.js POC]project

Getting Started

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.