Guides · Run your Blueprint locally

Guides

Run your Blueprint locally

Install, env, and the first run, following the MANUAL that shipped in the zip.

  1. 1

    Unlock and download

  2. 2

    Read the MANUAL first

    The MANUAL names the runtime, the env vars, and the first command. It wins over this page.

  3. 3

    Copy env and install

    .env.example lists every key. npm install (or the command the MANUAL gives) then the dev script.

  4. 4

    Confirm the sandbox already passed

    If status was ready, install / typecheck / build / lint already ran in Docker. A local failure is usually a missing env, not a broken zip.