Files
zitadel/apps/login/readme.md
Max Peintner e9ed8ba0bc deploy button
2023-07-05 15:17:50 +02:00

782 B

ZITADEL Login UI

This is going to be our next UI for the hosted login. It's based on Next.js 13 and its introduced app/ directory.

The Login UI should provide the following functionality:

  • Login API: Uses the new ZITADEL Login API
  • Server Components: Making server-first components

Running Locally

  1. Install dependencies: yarn install
  2. Start the dev server: yarn dev

Documentation

https://beta.nextjs.org/docs

Deploy your own

Deploy with Vercel