2020-03-10 23:17:40 +01:00
|
|
|
# Building
|
|
|
|
|
|
|
|
* Run `npm install` to download dependencies.
|
2021-02-23 22:54:38 +01:00
|
|
|
* Run `npm run-script build` to build a production script in `../static/js/` or run
|
2020-03-10 23:17:40 +01:00
|
|
|
`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_
|