updated README

This commit is contained in:
theo1 2020-07-17 16:31:17 +02:00
parent e387441a96
commit ee6264582f
1 changed files with 10 additions and 0 deletions

View File

@ -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