PrimusFabrum Tech — SaaS Company Website
- CSS 58.2%
- HTML 41.8%
| .forgejo/workflows | ||
| public | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
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