Skip to content

Commit c0e6056

Browse files
committed
Merge branch 'master' of github.com:Eoic/Papyrus
2 parents 58d0d9d + 6ea9f45 commit c0e6056

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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

11697
Project documentation is available in the `/spec/` directory and can be built into a browsable static site using MkDocs.

0 commit comments

Comments
 (0)