Pre-compiled WordJS bundle — download wordjs-v1.12.11.zip, then:
npm run release:install # installs runtime deps only (no compilation)
npm run start:mono # one process, one port (or: npm start for the 3-service split)
Finish setup in the browser (install wizard: pick SQLite or PostgreSQL, create your admin).
See INSTALL.md inside the bundle and documentation/deployment.md for details.
Or skip the manual download entirely:
npx create-wordjs my-site
What's Changed
- mail-server 2.2.2 (resizable columns) + 40 premium marketplace themes by @jaimemartinez in #272
- fix(editor): make the Puck canvas immutable against the page's own CSS by @jaimemartinez in #273
- 1.12.11 — Gutenberg-style editor chrome + reliable canvas contract + scrollable tall pages by @jaimemartinez in #274
Full Changelog: v1.12.10...v1.12.11