Just a little demo app to serve as a sandbox for experiments with ProseMirror.
To start the dev environment:
git clone git@github.com:breadsystems/hello-prosemirror.git && cd hello-prosemirror
yarn
yarn startThis starts the Express.js server at localhost:3001. In a separate terminal:
yarn watchThis watches your files and reloads your code when they change.