We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a09a5 commit 5585025Copy full SHA for 5585025
docs/quickstart/applications.mdx
@@ -26,3 +26,10 @@ npx create-ag-ui-app@latest
26
src="https://copilotkit-public-assets.s3.us-east-1.amazonaws.com/docs/ag-ui/quickstart.gif"
27
/>
28
29
+Once the setup is done, start the server with
30
+
31
+```sh
32
+npm run dev
33
+```
34
35
+For the copilotkit example you can head to http://localhost:3000/copilotkit to see the app in action.
0 commit comments