-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a bunch of adds/edits to ARCH/CONTRIB/README
- Loading branch information
Showing
4 changed files
with
191 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Architecture | ||
|
||
This document describes the high-level architecture of this TypeScript-based | ||
Firefox extension project. If you're trying to familiarize yourself with the | ||
codebase, this is the place to start! | ||
|
||
<!-- toc --> | ||
|
||
- [High-Level Description](#high-level-description) | ||
- [Tooling](#tooling) | ||
- [Code Map](#code-map) | ||
* [Directory Structure](#directory-structure) | ||
* [Code Semantics](#code-semantics) | ||
|
||
<!-- tocstop --> | ||
|
||
## High-Level Description | ||
|
||
... | ||
|
||
## Tooling | ||
|
||
- TypeScript | ||
- Webpack | ||
- Prettier | ||
|
||
## Code Map | ||
|
||
### Directory Structure | ||
|
||
`mermaid diagram` | ||
|
||
### Code Semantics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters