mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
24 lines
236 B
Markdown
24 lines
236 B
Markdown
# mfm-parser-pegjs
|
|
## 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
|
|
```
|