# documentation
These markdown files comprise the project's current informal notes and formal references.

## Files
<!-- Do not edit below this line.  Contents dynamically populated. -->

* **[code_style.md](code_style.md)**                     - Describes rules for code conformance.
* **[code_style_explained.md](code_style_explained.md)** - Describes rules for code conformance.
* **[color_scheme.md](color_scheme.md)**                 - Describes how to create color schemes for the application
* **[commands.md](commands.md)**                         - This documentation describes the various supported terminal commands and is automatically generated from `lib/terminal/utilities/commands_documentation.ts`.
* **[credits.md](credits.md)**                           - A list of external source material not originally created within this project.
* **[decentralization.md](decentralization.md)**         - A brief write up explaining how this application invents full decentralization.
* **[electron_tauri.md](electron_tauri.md)**             - Documentation for launching the application as a desktop application.
* **[installation.md](installation.md)**                 - Describes the installation process and the various files and commands involved.
* **[library_list.md](library_list.md)**                 - Automated list of all code and documentation files with brief descriptions.
* **[linuxVM.md](linuxVM.md)**                           - Notes about configuring Linux virtual machines in support of project development.
* **[modal.md](modal.md)**                               - Notes about modals and the graphic user interface that displays in the browser.
* **[screenshots.md](screenshots.md)**                   - A list of screenshots demonstrating what the application looks like.
* **[security_model.md](security_model.md)**             - Describes the application's security model.
* **[test_browser.md](test_browser.md)**                 - How this application achieves test automation.
* **[websockets.md](websockets.md)**                     - Notes and learnings from socket first communication.