Code von github.com/Kenearos/REISE-TEST
Find a file
Kenearos 8b6dbb57ee
Some checks failed
ci / standards-gate (pull_request) Has been cancelled
ci / standards-gate (push) Has been cancelled
chore: adopt engineering standard v1.0.0
Adopt the org engineering standard (its-consulting/standards @ v1.0.0).

Adds baseline governance/CI/policy files rendered from the standard's
templates and pins .standards-version=1.0.0. Vendored OPA/Rego policies
under .standards/policies/ so CI runs the gate locally (no cross-repo dep).
Placeholders ({{ORG}}/{{REPO}}/{{OWNER_HANDLE}}/{{MAINTAINER_EMAIL}}) filled in.
Existing files that differ were left untouched by the adopter.

Automated rollout. Files created: 15.
2026-07-01 20:23:01 +02:00
.github chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
.standards chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
adr chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
sops chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
src feat: Initialize Angular project with Tailwind CSS 2026-02-14 12:02:13 +01:00
.editorconfig chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
.gitattributes chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
.gitignore feat: Initialize Angular project with Tailwind CSS 2026-02-14 12:02:13 +01:00
.pre-commit-config.yaml chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
.standards-version chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
angular.json feat: Initialize Angular project with Tailwind CSS 2026-02-14 12:02:13 +01:00
CODEOWNERS chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
CONTRIBUTING.md chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
index.html feat: Initialize Angular project with Tailwind CSS 2026-02-14 12:02:13 +01:00
index.tsx feat: Initialize Angular project with Tailwind CSS 2026-02-14 12:02:13 +01:00
metadata.json feat: Initialize Angular project with Tailwind CSS 2026-02-14 12:02:13 +01:00
package.json feat: Initialize Angular project with Tailwind CSS 2026-02-14 12:02:13 +01:00
README.md feat: Initialize Angular project with Tailwind CSS 2026-02-14 12:02:13 +01:00
SECURITY.md chore: adopt engineering standard v1.0.0 2026-07-01 20:23:01 +02:00
tsconfig.json feat: Initialize Angular project with Tailwind CSS 2026-02-14 12:02:13 +01:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1AVM4S6TS4S5BzAuazjp8u72qtb1XvId2

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev