sfm-js/README.md
marihachi 303ba2827a ✌️
2020-02-01 04:29:30 +09:00

236 B

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