1
0
mirror of https://github.com/writeas/writefreely synced 2025-02-02 03:07:05 +01:00
writefreely/prose/README.md
2020-03-10 15:17:40 -07:00

8 lines
314 B
Markdown

# 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_