This is a template for creating your first Copilot extension. It's a simple Node.js app that uses Hono and leverages the GitHub Copilot Extension Preview SDK for JavaScript.
Run the following commands to install and start the application locally
npm install
npm run dev
open http://localhost:3000
To get up and running with your development environment, see the Development Guide.