updated README
This commit is contained in:
parent
5f65262a9d
commit
3b5f57d4a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user