File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,25 +92,6 @@ Many reading applications offer partial solutions but fall short on essential fe
9292 flutter run -d windows # or: macos, linux
9393 ```
9494
95- ## Project structure
96-
97- ``` text
98- Papyrus/
99- ├── client/ # Flutter application
100- │ ├── lib/
101- │ │ ├── config/ # App configuration, routing
102- │ │ ├── pages/ # Screen widgets
103- │ │ ├── providers/ # State management
104- │ │ ├── widgets/ # Reusable components
105- │ │ ├── models/ # Data models
106- │ │ └── themes/ # Color schemes
107- │ └── test/ # Unit and widget tests
108- ├── spec/ # Project documentation (MkDocs)
109- ├── design/
110- │ └── api/ # OpenAPI specification
111- └── public/ # Static assets
112- ```
113-
11495## Documentation
11596
11697Project documentation is available in the ` /spec/ ` directory and can be built into a browsable static site using MkDocs.
You can’t perform that action at this time.
0 commit comments