When you come back to your Mac and want to keep working on the same prototype:
- Open Terminal.
- Go to your project folder (replace
myappwith your folder name):
cd myappIn Prototo Desktop this whole page is one step: open the app and click your project under Recent. The rest below is the terminal flow.
- Start Prototo — the Simulator opens:
npx proto start- Open a second Terminal tab or window. Go to the same folder and start your coding agent:
cd myapp
claude # or: codexLeave the first window running Prototo. Do all your prompting in the second window. Watch the Simulator.
That is the same setup as Prototo Desktop. You are not starting from scratch — just waking it back up.
On Mac, use File → New Tab in Terminal (or ⌘T) for the second window. Run cd myapp in that tab before starting the agent.
Last updated on