An open API service indexing awesome lists of open source software.

https://github.com/fpapado/prosemirror-demo

Basic demo of setting up ProseMirror for Markdown
https://github.com/fpapado/prosemirror-demo

Last synced: 2 months ago
JSON representation

Basic demo of setting up ProseMirror for Markdown

Awesome Lists containing this project

README

          

# ProseMirror Demo

A basic example of ProseMirror, with their example setup, as well as JS+CSS bundling.

## Development

```sh
npm install
npm run dev
```

## Production

If you only want to build:

```sh
npm run build
```

If you want a production-parity run, consider running:

```sh
npm run prod
```