Files
register-referentie/docs/index.md
Edwin van den Houdt e85774d482
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / unit (push) Has been cancelled
CI / compose-smoke (push) Has been cancelled
docs: MkDocs scaffold + ADR-0001 + README quickstart (closes #32) (#39)
2026-06-03 12:13:32 +00:00

968 B

register-referentie

A reference application demonstrating Respellion's Common Ground architecture pattern. Quality and architectural clarity over feature throughput — every commit should teach.

Where to go

Quickstart

See the repository README.md. In short: clone, then either run the checks with make ci, or bring the BFF up with docker compose -f infra/docker-compose.yml up -d --build --wait and curl http://localhost:8080/health.

This site is built with MkDocs Material (mkdocs build). It grows with the backlog; sections appear as their slices land.