You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-2Lines changed: 45 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,57 @@ packages/ # Published npm packages
32
32
eds-tailwind/ # Tailwind CSS plugin
33
33
```
34
34
35
+
## Architecture
36
+
37
+
### System Context
38
+
39
+
EDS serves three personas and delivers through four channels: Figma assets for designers, npm packages for developers, a documentation hub for both, and a CDN that provides fonts and CSS to all Equinor web applications utilizing EDS. The system is built as a monorepo with CI/CD pipelines that automate testing, building and publishing to npm and the CDN.
40
+
41
+
```mermaid
42
+
C4Context
43
+
title System Context diagram for Equinor Design System
44
+
45
+
Person(designer, "Designer", "Creates and maintains UI designs following the Equinor design language")
46
+
Person(developer, "Developer", "Builds web applications using EDS components and tokens")
47
+
Person(enduser, "End User", "Uses Equinor web applications built with EDS")
48
+
49
+
System_Ext(figma, "Figma", "Source of truth for design tokens, components and assets")
50
+
System(eds, "Equinor Design System", "Documentation hub, GitHub monorepo and CI/CD pipelines delivering reusable UI components, design tokens, icons and typography")
51
+
System_Ext(app, "Equinor Web Applications", "Internal web apps built with EDS")
0 commit comments