writefreely/prose
Rob Loranger ee712bbfaa
WIP: implement WYSIWYG editor w/ prosemirror
2020-03-11 07:18:03 -07:00
..
dist WIP: implement WYSIWYG editor w/ prosemirror 2020-03-11 07:18:03 -07:00
.babelrc.js add prosemirror build environment 2020-03-10 15:11:32 -07:00
README.md add basic prosemirror instructions 2020-03-10 15:17:40 -07:00
package-lock.json add prosemirror build environment 2020-03-10 15:11:32 -07:00
package.json add prosemirror build environment 2020-03-10 15:11:32 -07:00
prose.html add prosemirror build environment 2020-03-10 15:11:32 -07:00
prose.js WIP: implement WYSIWYG editor w/ prosemirror 2020-03-11 07:18:03 -07:00
webpack.config.js add prosemirror build environment 2020-03-10 15:11:32 -07:00

README.md

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