mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* Simplify the contribution guide * Remove outdated files * Update the contribution guide * Add call to fixes on the contrib-guide bottom * Apply suggestions from code review Co-authored-by: Riccardo <code@riccardoferretti.com> Co-authored-by: Riccardo <code@riccardoferretti.com>
1.1 KiB
1.1 KiB
tags
| tags |
|---|
| architecture |
Architecture
This document aims to provide a quick overview of the Foam architecture!
Foam code and documentation live in the monorepo at foambubble/foam.
- /docs: documentation and [recipes].
- /packages/foam-core - Powers the core functionality in Foam across all platforms.
- /packages/foam-vscode - The core VSCode plugin.
- /packages/foam-cli - The Foam CLI tool.
Exceptions to the monorepo are:
- The starter template at foambubble/foam-template
- All other [recommended-extensions] live in their respective GitHub repos.