A web-based guide for technical partners building integrations with the GitHub Copilot Cloud Agent Tasks REST API. Built with Astro and styled with Primer CSS.
- Bun v1.x (or Node.js v22.12+)
bun install
bun run dev| Command | Description |
|---|---|
bun run dev |
Start dev server at localhost:4321 |
bun run build |
Build production site to ./dist/ |
bun run preview |
Preview production build locally |
bun run lint |
Lint with ESLint |
bun run format |
Format with Prettier |
- Framework — Astro (Vite under the hood)
- Language — TypeScript (strict)
- Styling — Primer CSS
- Linting — ESLint + Prettier