Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 379 Bytes

MD Site

This project uses a collection of scripts to generate a static site from a directory of markdown files.

Documentation

The documentation is included as the demo site which you can serve locally with the following:

npm install
npm run build
npm run serve # Locally serve the build directory

You can also just view the markdown here