Easy document management with Markdown
Manage documents using static markdown files only.
//install packages
$ npm run i
//start dev server
$ npm run dev
//preview
$ npm run preveiw
//pdf
$ npm run pdf
//html
$ npm run html
//build
$ npm run build
add markdown files under the public/assets/md/ folder.
We recommend adding numbers at the beginning.
//ex
01-about.md
02-database.md
03-authentication.md
04-support.md