Resources
Local Development
Build and develop Gem Team from source.
From Source
git clone https://github.com/mubaidr/gem-team.git
cd gem-team
# Dry-run first to preview
apm install . --target claude,cursor --dry-run
# Real install from local path
apm install /absolute/path/to/gem-team --target claude,cursor
Package Validation
apm audit
apm compile --target copilot,claude,cursor --validate
apm pack
Docs Site
The docs site lives at docs/src/: a Nuxt 4 app with Nuxt UI & Nuxt Content.
cd docs/src
npm install
npm run dev
See Nuxt Content docs for MDC syntax and authoring.