- Full dark theme (CSS custom properties, mobile-first) - Homepage with hero, product cards, repo grid - About page with timeline origin story - RMI product page with detection signals table - Green CRM lettering favicon + logo - Fleet standard .agentrules - Cloudflare Pages deployment ready - MDX content pages + TypeScript config
32 lines
755 B
Text
32 lines
755 B
Text
---
|
|
title: AGENTS.md — cryptorugmunch-com
|
|
repo: frontend
|
|
stack: Docusaurus 3 + TypeScript + React
|
|
domain: cryptorugmunch.com
|
|
deploy: Cloudflare Pages
|
|
status: active
|
|
---
|
|
|
|
## Rules
|
|
|
|
1. Mobile-first — all components must work at 320px width
|
|
2. Dark mode only — no light mode toggle
|
|
3. All copy reviewed before deploy — no lorem ipsum
|
|
4. All product pages link to forgejo repos
|
|
5. Blog posts must have reading time estimate
|
|
6. Images must have alt text
|
|
7. MDX preferred over JSX for content pages
|
|
8. No external trackers, analytics, or cookies (privacy-first)
|
|
|
|
## Color System
|
|
- bg: #0A0A0F
|
|
- card: #111118
|
|
- text: #E8E8ED
|
|
- yellow: #FFD600
|
|
- green: #00FF88
|
|
- red: #FF3355
|
|
|
|
## Fonts
|
|
- Body: Inter (Google Fonts)
|
|
- Code: JetBrains Mono (Google Fonts)
|
|
|