1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-30 02:05:28 +01:00
Matt Baer 4c1678f91e
Merge pull request #537 from dariusk/fix-drop
Prevent dropping of external files onto editor
2022-11-14 23:38:38 -05:00
..
2020-03-10 15:11:32 -07:00
2021-01-08 01:41:36 +01:00
2021-03-03 16:39:29 -05:00
2021-01-08 00:33:35 +01:00
2022-11-11 02:13:10 -05:00
2021-01-08 00:33:35 +01:00

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