17 lines
393 B
Markdown
Raw Normal View History

2024-01-23 09:28:30 +01:00
---
layout: default
---
# Technical manual
This page contains a series of technical notes that can be useful for those who want to contribute
to the development of the app or simply become more familiar with the project structure.
{% include_relative setup.md %}
{% include_relative project_structure.md %}
{% include_relative tech_stack.md %}
{% include_relative module_structure.md %}