A configurable HTTP server that serves markdown files rendered to HTML with markdown-it
http-server-md
README & DOCS TODO
pnpm add -g http-server-md
pnpm gen-readme // update README.md
pnpm docs // update DOCUMENTATION.md
pnpm test // lint & mocha
pnpm update-deps // bump all deps
The standalone JSDoc-generated documentation can be found in DOCUMENTATION.md.
See CHANGELOG.md for more information.
Distributed under the MIT license. See LICENSE.md for more information.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request