From cb1553d67e6fc962c4742612eca3d9efd706a099 Mon Sep 17 00:00:00 2001 From: Rob Loranger Date: Tue, 10 Mar 2020 15:17:40 -0700 Subject: [PATCH] add basic prosemirror instructions --- prose/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prose/README.md diff --git a/prose/README.md b/prose/README.md new file mode 100644 index 0000000..cdbc904 --- /dev/null +++ b/prose/README.md @@ -0,0 +1,7 @@ +# Building + +* Run `npm install` to download dependencies. +* Run `npm run build` to build a production script in `dist/` or run +`npm run develop` to build and watch for changes. You can use `prose.html` +to test your development changes. +* Manually copy the file `prose.bundle.js` to `static/js/`. _To be automated_