Open hobg0blin opened 9 months ago
src/
├── components/
│ ├── ui/
│ |. ├── content-parsers/
│ │ ├── graphics/
│ │ ├── layout/
│ │ ├── ??/
│ │ │ ├── ArticleBox.svelte
│ │ │ ├── Qa.svelte
│ │ │ └── SeeAlso.svelte
│ │ ├── links/
│ │ │ ├── PersonLinkList.svelte
│ │ │ └── PersonLink.svelte
│ │ ├── overlays/
│ |. |. ├── chat/
│ │ ├── text/
│ │ ├── Clock.svelte
│ │ ├── MetaData.svelte
│ │ └── PhoneNavigation.svelte
│ └── media/
| |. ├── videoLibraries/
| |. ├── StreamPlayers
| |. ├── VideoPlayers
│ └── world/
└──
console.log
in build process @rlho Start with research and design document for new folder structure.