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.

Suggested First Session
01
Read the contributor onboarding and deployment ADRs.
02
Run the portal locally and verify the platform contract lane.
03
Use the shared backend runbook 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.