Run a live gate locally

See exactly what Shipyard does in 2 minutes. No credit card required.

πŸ“¦ Export evidence
Quickstart

Run this in any repo. No setup required.

shell
$ git clone https://github.com/wsery558/shipyard-community.git
$ cd shipyard-community && pnpm install
$ pnpm dev # UI on localhost:3000
Expected output

What happens when you run the gate.

$ shipyard smoke --repo . βœ“ Repository found at /home/user/shipyard βœ“ .git directory present βœ“ Commit history available βœ“ Author identity configured βœ“ All checks passed (5/5)

Common issues

Port already in use?

Shipyard defaults to :8080. Pass --port 9000 to use a different port.

pnpm/npm version?

We recommend pnpm 8+. If using npm, ensure npm install works.

Node.js version?

Requires Node 18+. Check: node --version.

Ready to use this in production?

See what's included in the Evidence Pack.

Get Evidence Pack