Run the dev server
1 min · 3 steps
Start `pnpm dev` from the Console tab and watch the output stream.
First run pulls dependencies (~30s the first time, instant after). Subsequent runs are just spawning the dev server.
Steps
- Open the Console tab.
Top of the workspace.
- Click 'Run dev'.
Avery shells out to `pnpm dev` in the project directory. stdout + stderr stream live.
- Switch to Preview.
The dev server's URL renders inline. Hot-reload works as in your terminal.
Live recipes need the desktop
This article is a static preview. The in-app Help sidecar inside Avery NXR can fire each step against your live project — install the desktop to use it interactively.