summaryrefslogtreecommitdiff
path: root/docs/dev/getting-started.md
blob: 6eb1b1362712bbbc8258e0ddd67f5cf363f5f295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
```