File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,27 @@ Launchpad is a highly configurable suite of tools to manage media installations.
6
6
- Download and locally cache content from various common web APIs
7
7
- Bootstrap Windows PCs with common exhibit settings
8
8
- 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
+ ```
13
30
14
31
## Getting Started
15
32
You can’t perform that action at this time.
0 commit comments