Contributing
These docs cover using Enlace. The internals — architecture, data model, how CI/releases work, local dev setup — live with the code, one level closer to what they describe:
| Repo | Architecture | Contributing |
|---|---|---|
enlace (canvas, execution engine) | ARCHITECTURE.md | CONTRIBUTING.md |
enlace-js (Express, NestJS) | — | CONTRIBUTING.md |
enlace-dotnet (ASP.NET Core) | — | CONTRIBUTING.md |
enlace-examples | — | README.md |
get-enlace.github.io (this site) | — | CONTRIBUTING.md |
Start with enlace/ARCHITECTURE.md if you're trying to understand how
the whole system fits together — it's the package everything else
depends on.