mirror of
https://github.com/writefreely/writefreely
synced 2024-11-28 11:30:18 +00:00
add basic prosemirror instructions
This commit is contained in:
parent
58f27717be
commit
cb1553d67e
1 changed files with 7 additions and 0 deletions
7
prose/README.md
Normal file
7
prose/README.md
Normal file
|
@ -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_
|
Loading…
Reference in a new issue