No description
Find a file
marihachi 303ba2827a ✌️
2020-02-01 04:29:30 +09:00
src ✌️ 2020-02-01 04:29:30 +09:00
.gitignore ✌️ 2020-02-01 04:29:30 +09:00
package.json ✌️ 2020-02-01 04:29:30 +09:00
README.md ✌️ 2020-02-01 04:29:30 +09:00
tsconfig.client.json ✌️ 2020-02-01 04:29:30 +09:00
tsconfig.json ✌️ 2020-02-01 04:29:30 +09:00
webpack.config.js ✌️ 2020-02-01 04:29:30 +09:00

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