Angular web application managed with Nx.
Install dependencies and start the application:
pnpm install
pnpm devpnpm dev starts the Angular development server together with the Firebase
Auth and Firestore emulators. The application is available at
http://localhost:4200.
The development environment requires a supported Java runtime for the
Firebase emulators. Press Ctrl+C to stop the application and emulators.
pnpm nx build veril
pnpm nx test veril
pnpm nx lint veril
pnpm nx graphApplication source code lives under apps/veril.
Project guidance starts at .codex/AGENT.md.