PrimusFabrum Tech — SaaS Company Website
  • CSS 58.2%
  • HTML 41.8%
Find a file
Terri (COO) 3d10af5625
Some checks are pending
Deploy / deploy-staging (push) Waiting to run
Deploy / deploy-production (push) Blocked by required conditions
Test / test (push) Waiting to run
chore: add .gitignore
2026-06-08 23:48:55 +02:00
.forgejo/workflows fix(ci): use SSH deploy key from secret 2026-06-08 23:48:26 +02:00
public Initial commit: repo structure, CI/CD, placeholder site 2026-06-08 23:46:43 +02:00
.gitignore chore: add .gitignore 2026-06-08 23:48:55 +02:00
AGENTS.md Initial commit: repo structure, CI/CD, placeholder site 2026-06-08 23:46:43 +02:00
README.md Initial commit: repo structure, CI/CD, placeholder site 2026-06-08 23:46:43 +02:00

PrimusFabrum Tech

SaaS company website — primusfabrumtech.store

Built by the PrimusFabrum Tech agent team. Part of the Carstens Limited group.

Project Structure

├── public/              ← Static assets
├── src/                 ← Source code
├── .forgejo/workflows/  ← CI/CD pipelines
├── AGENTS.md            ← Agent development rules
└── README.md

Pipeline

PR → CI test → Review → Merge → Staging deploy → Approval → Production deploy

Development

# Clone
git clone ssh://forgejo:PrimusFabrum/primusfabrum-store.git

# Branch
git checkout -b feature/issue-number-description

# Commit
git add .
git commit -m "#issue: description"
git push origin feature/branch-name

# PR via Forgejo CLI or web