Bootstrap Gratifire — React iOS app repo, toolchain expectations, and SSH-based development on a remote Mac mini
Use this skill when starting or re-onboarding the Gratifire iOS (React) project and the remote Mac mini build environment.
Repositories: Application code lives in github.com/slbailey/gratifire. This Agent Company (agents, skills, Paperclip) lives in github.com/slbailey/gratifire-game-studios — do not confuse the two. The Mac mini checks out the game repo; Paperclip imports the studio repo.
xcodebuild or Xcode scheme, open Simulator.apps/mobile, or single app folder?~/src/gratifire)..nvmrc / fnm / asdf on both dev machine and mini.Document for the team:
# Example — adjust user, host, and path
ssh [email protected]
cd ~/src/gratifire
git pull
# Install JS deps on mini when native or lockfile changes
npm ci # or pnpm install / yarn install
# iOS native deps (React Native / prebuild)
cd ios && pod install && cd ..
# Build (example)
xcodebuild -scheme Gratifire -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16'
Rules for agents:
slbailey/gratifire): README or docs/DEV_MAC_MINI.md with SSH host, paths, and copy-paste commands