Skip to content

Commit 8e90051

Browse files
committed
Added flow chart to readme
1 parent 9efdf12 commit 8e90051

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

packages/launchpad/README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,27 @@ Launchpad is a highly configurable suite of tools to manage media installations.
66
- Download and locally cache content from various common web APIs
77
- Bootstrap Windows PCs with common exhibit settings
88
- Consolidate and route application logs
9-
10-
[...and many more things](#documentation)
11-
12-
![Screen Recording of Launchpad on Windows 11](https://user-images.githubusercontent.com/295789/197365153-d62d9218-2ffa-4611-ac61-fa5bf786766a.gif)
9+
- [...and much more](#documentation)
10+
11+
```mermaid
12+
%%{ init: { 'flowchart': { 'curve': 'bumpX' } } }%%
13+
graph LR
14+
Launchpad:::package
15+
16+
Launchpad --> Scaffold:::package -.-> PCs([PCs])
17+
Launchpad --> Content:::package -.-> APIs([APIs])
18+
Launchpad --> Monitor:::package -.-> Apps([Apps])
19+
20+
APIs -.-> Cache[(Cache)]
21+
Apps -.-> Cache
22+
23+
click Launchpad "/packages/launchpad" "Core package for logging, events, hooks"
24+
click Scaffold "/packages/scaffold" "Windows config, automation, app installs"
25+
click Content "/packages/content" "Download, cache and process content"
26+
click Monitor "/packages/monitor" "Launch and monitor apps via PM2"
27+
28+
classDef package fill:#69f,stroke:#000,color:#fff
29+
```
1330

1431
## Getting Started
1532

0 commit comments

Comments
 (0)