Skip to content
Snippets Groups Projects
README.md 236 B
Newer Older
Marihachi's avatar
Marihachi committed
# mfm-parser-pegjs
marihachi's avatar
marihachi committed
## Description
A trial of creating a MFM parser with peg.js  

## Installation
```
npm i
```

## Build
For production:  
```
npm run build
```

For development:  
```
npm run build-dev
```

## Start
```
npm start
```