Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 445 Bytes

A Template for Your First Copilot Extension

This is a template for creating your first Copilot extension. It's a simple Node.js app that uses Hono.

Installation

Run the following commands to install and start the application locally

npm install
npm run dev
open http://localhost:3000

Development Environment

To get up and running with your development environment, see the Development Guide.