mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
fd34bbfbf6
Run prettier on ~1,865 files across examples/ to match the monorepo's formatting standards. These files were imported as-is from standalone repos that used different prettier configs.
797 B
797 B
Cisco CopilotKit Demo
.
Overview
This project is a modern dashboard and analytics solution built with Next.js (in the frontend directory). It features:
- Clean, responsive UI for PR and repository analytics
- Interactive charts and tables
- Integration with OpenAI via CopilotKit
Quick Start (Frontend)
-
Install dependencies
cd frontend pnpm install -
Set up environment variables
- Create a
.envfile in thefrontenddirectory:echo "OPENAI_API_KEY=your_openai_api_key_here" > .env - Replace
your_openai_api_key_herewith your actual OpenAI API key.
- Create a
-
Run the development server
pnpm run devThe app will be available at http://localhost:3000.