Structure
Social Fabric structure horizon
Developer Entry
Trust • Place • Purpose

Start from the current platform reality, not the historical scaffolding.

The repo already has authoritative onboarding, deployment ADRs, target taxonomy, and trust-graph docs. This page surfaces the shortest path into those materials and the commands developers actually need to get moving.

Deployment Access Model

Partner deployment does not depend on GitHub team seats. Licensed recipe bundles are unlocked by a Social Fabric-issued badge or credential entitlement. When policy allows it, an authorized lodge node can use that badge-gated bundle to seed another organization node or grant cloud-served access to the same organization surface.

Suggested First Session
01
Read the contributor onboarding and deployment ADRs.
02
Run the portal locally and verify the platform contract lane.
03
Review the badge-gated lodge-to-organization deployment path before touching runtime topology.
Local Runtime

Working Commands

These commands cover the main public site and the core verification lane that now includes the player service contracts.

Runtime

Fresh Portal

cd services/sf-portal && deno task start

Public web entrypoint for developers, supporters, and community narrative.

Runtime

Platform Contracts

deno task test:platform-contracts

Fast cross-surface contract lane, including gateway and player service coverage.

Runtime

Shared Backend

cd shared-backend/service && ./scripts/start-local-backend.sh

Canonical local launcher for the Rust GraphQL backend.