From cedf591c110df002a12e2a44ae0eeaa2147d777f Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Mon, 25 Aug 2025 14:10:10 -0700 Subject: [PATCH] Add yarn dev to README Based off Brace's video --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4e2c878..d2bf36d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ cd agent-inbox yarn install ``` +Start up the web server: + +```bash +yarn dev +``` + ## Configuration Once up and running, you'll need to take two actions so that the Agent Inbox can connect to your LangGraph deployment.