From 0bd61ae26422b700157e4dd719cd4e9a20607a8b Mon Sep 17 00:00:00 2001 From: Ben Senescu Date: Mon, 9 Mar 2026 23:49:16 -0400 Subject: [PATCH] Link portless in local development docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcc08a8..2399487 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,9 @@ pnpm dev:agents `pnpm dev` runs on `http://localhost:3001` by default (or `PORT` from `.env.local`). -`pnpm dev:agents` runs through portless at `http://open-seo.localhost:1355` by default. +`pnpm dev:agents` runs through [portless](https://github.com/vercel-labs/portless) at `http://open-seo.localhost:1355` by default. -When using a git worktree, portless prefixes the branch name, for example `http://feature-name.open-seo.localhost:1355`. +When using a git worktree, [portless](https://github.com/vercel-labs/portless) prefixes the branch name, for example `http://feature-name.open-seo.localhost:1355`. Running locally is the fastest way to test core flows.