mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-25 07:25:13 +00:00
No description
src | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.client.json | ||
tsconfig.json | ||
webpack.config.js |
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