feat: add hosted install scripts#2545
Conversation
|
React Doctor found 9 issues in 1 file · 9 warnings · score 69 / 100 (Needs work) · vs 9 warnings
|
| <code className="min-w-0 flex-1 break-words font-mono text-[12px] leading-5 text-[#b9c9ff] [overflow-wrap:anywhere] sm:overflow-x-auto sm:whitespace-nowrap sm:text-[13px] sm:leading-none sm:[scrollbar-width:none]"> | ||
| curl -fsSL https://aoagents.dev/install.sh | sh | ||
| </code> | ||
| <a |
There was a problem hiding this comment.
React Doctor · react-doctor/nextjs-no-a-element (warning)
Plain reloads the whole page for internal links, so Next.js loses client-side navigation and prefetching.
Fix → import Link from 'next/link' for client-side navigation, prefetching, and preserved scroll position
|
Thanks for contributing to Agent Orchestrator. This PR is being picked up by the current external contributor on-call pair: If someone is already working on this, please continue as usual. You are also welcome to join the AO Discord community. We do daily Discord calls at 10 PM IST, except Saturday. Join the session here: Come by if you want to see what is being built, ask questions, or just hang around with the community. |
Summary
Test plan
Note: pwsh is not installed locally, so PowerShell syntax was not parsed here.