1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-06 21:11:35 +01:00
writefreely/prose
2021-04-29 17:07:40 -04:00
..
.babelrc.js
.prettierrc
Makefile
markdownParser.js Support blockquotes in Classic editor 2021-04-29 17:07:40 -04:00
markdownSerializer.js Support blockquotes in Classic editor 2021-04-29 17:07:40 -04:00
menu.js
package-lock.json
package.json
prose.html
prose.js
README.md
schema.js Support blockquotes in Classic editor 2021-04-29 17:07:40 -04:00
webpack.config.js

Building

  • Run npm install to download dependencies.
  • Run npm run-script build to build a production script in ../static/js/ 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