UI docs site for the orca CLI.
- Next.js app that renders an orca command/config reference page.
- Main page implementation:
app/page.tsx - Copyable markdown source used by the UI:
app/lib/pageMarkdown.ts
bun install
bun devThen open http://localhost:3000.
From package.json:
bun dev— start local dev serverbun run build— production buildbun start— run production serverbun run lint— run Biome checksbun run format— format with Biome
- orca repository: https://github.com/ratley/orca
Use task/tasks in user-facing docs and UI copy (not goal/goals).