From c4bc38c8886663f7db4633638b0fd5207633ddaa Mon Sep 17 00:00:00 2001 From: Dex Date: Wed, 18 Jun 2025 12:16:24 -0500 Subject: [PATCH] Update applications.mdx --- docs/quickstart/applications.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/quickstart/applications.mdx b/docs/quickstart/applications.mdx index d2febc723..8f71ed2fa 100644 --- a/docs/quickstart/applications.mdx +++ b/docs/quickstart/applications.mdx @@ -26,3 +26,10 @@ npx create-ag-ui-app@latest src="https://copilotkit-public-assets.s3.us-east-1.amazonaws.com/docs/ag-ui/quickstart.gif" /> +Once the setup is done, start the server with + +```sh +npm run dev +``` + +For the copilotkit example you can head to http://localhost:3000/copilotkit to see the app in action.