mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
16 lines
449 B
Markdown
16 lines
449 B
Markdown
# Developer Notes
|
|
|
|
## Structure
|
|
|
|
```text
|
|
codimd/
|
|
├── test/ --- test suite
|
|
├── docs/ --- documentation
|
|
├── lib/ --- server libraries
|
|
└── public/ --- client files
|
|
├── css/ --- css styles
|
|
├── docs/ --- default documents
|
|
├── js/ --- js scripts
|
|
├── vendor/ --- vendor includes
|
|
└── views/ --- view templates
|
|
```
|