Running the Nexus

The fastest way to see a workbook run is the push-to-live loop: point work dev at your folder and keep editing.

work dev .

work dev weaves the workbook once, then watches the tree. Every time you save a .work file it re-weaves the output. You write; the woven artifact stays current. That's the whole loop. (Live hot-swap into a running Nexus — an instant reload without re-applying — is not yet wired.)

What "running" means here

There are two things you might mean by "running a workbook," and they line up with two commands:

Dev is prod

The reason this matters: the engine behind work dev is the same engine you deploy. There's no separate "production mode" to learn later — the behavior you see locally is the behavior you get at scale. You're not building a toy that you'll rewrite for production; you're building the production thing, just on your own machine first.

When you're ready to put it somewhere durable, head to Deploy: local and cloud.