hedgedoc/docs/dev/getting-started.md
Claudius edf301cfa3 splitting README.md into files in /docs for better readability
Signed-off-by: Claudius <opensource@amenthes.de>
2019-04-01 01:03:36 +02:00

449 B

Developer Notes

Structure

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