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
- Host: GitHub
- URL: https://github.com/fpapado/prosemirror-demo
- Owner: fpapado
- Created: 2019-01-27T10:29:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T11:47:32.000Z (over 7 years ago)
- Last Synced: 2025-02-26T17:47:48.137Z (over 1 year ago)
- Language: CSS
- Homepage: https://markdown-editor-demo.netlify.com/
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```