This is a Next.js project bootstrapped with create-next-app
.
The webportal requires an NEXT_PUBLIC_ORY_SDK_URL environmental variable to be set. This can be present in an .env or .env.local file.
echo "NEXT_PUBLIC_ORY_SDK_URL=http://localhost:4433" > .env.local
Then run the development server
npm i
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Landing page blocks