initial setup, ztdl-login, core

This commit is contained in:
Max Peintner
2023-04-03 13:39:51 +02:00
parent c1c9ccbf03
commit f9299ad990
100 changed files with 126387 additions and 81 deletions

19
apps/login/readme.md Normal file
View File

@@ -0,0 +1,19 @@
# 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 (currently beta).
The Login UI should provide the following functionality:
- **Login API:** Request and Submit state to the Login API
- **Server Components:** Making server-first the default for the most dynamic applications.
- **Streaming:** Display instant loading states and stream in updates (Register with [Liquid](https://liquidjs.com/))
## Running Locally
1. Install dependencies: `yarn install`
1. Start the dev server: `yarn dev`
## Documentation
https://beta.nextjs.org/docs