diff --git a/md-parser/README.md b/md-parser/README.md index 5b26ce60..2a2a9ea9 100644 --- a/md-parser/README.md +++ b/md-parser/README.md @@ -1,4 +1,9 @@ # md-parser +**This is a work in progress** + +VueJS-based frontend to plug on a Pelican static site. + +Gives a nice UI to edit and publish articles. ## Project setup ``` @@ -10,6 +15,11 @@ npm install npm run serve ``` +or : +``` +vue serve src/ +``` + ### Compiles and minifies for production ``` npm run build