Files
zitadel/apps/console
2025-08-06 11:57:12 -07:00
..
2025-08-06 11:57:12 -07:00
2025-07-30 16:05:36 -07:00
2025-07-30 16:05:36 -07:00
2025-07-30 16:05:36 -07:00
2025-07-30 16:05:36 -07:00
2025-07-30 16:05:36 -07:00
2025-08-05 18:23:00 -07:00
2025-07-30 16:05:36 -07:00
2025-08-05 13:54:23 -07:00
2025-07-30 16:05:36 -07:00
2025-08-05 13:54:23 -07:00
2025-07-30 16:05:36 -07:00
wip
2025-08-05 14:40:53 -07:00
wip
2025-08-05 21:46:25 -07:00
2025-08-05 18:23:00 -07:00
2025-07-30 16:05:36 -07:00
2025-07-30 16:05:36 -07:00
2025-07-30 16:05:36 -07:00

Console Angular App

This is the ZITADEL Console Angular application.

Development

Installation

pnpm install

This automatically runs both generations in the correct order via Turbo dependencies.

Development Server

To start the development server:

nx run @zitadel/console:dev

This will:

  1. Fetch the environment configuration from the server
  2. Serve the app on the default port

Building

To build for production:

nx run @zitadel/console:build

This will:

  1. Generate proto files (via prebuild script)
  2. Build the Angular app with production optimizations

Linting

To run linting and formatting checks:

nx run @zitadel/console:lint

To auto-fix formatting issues:

nx run @zitadel/console:lint:fix