Files
Alem Tuzlak 79ce60c580 chore: migrate from eslint+prettier to oxlint+oxfmt
Replace eslint and prettier with oxlint and oxfmt for faster linting
and formatting across the monorepo. Remove all eslint and prettier
configs, dependencies, and related packages. Add .oxlintrc.json and
.oxfmtrc.json for the new tooling. Update CI workflows and lefthook
hooks accordingly. Reformat codebase with oxfmt.

https://claude.ai/code/session_01GMkSf29p78HuMR1mbXn8He
2026-04-02 16:39:05 +02:00
..

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)

  1. Install dependencies

    cd frontend
    pnpm install
    
  2. Set up environment variables

    • Create a .env file in the frontend directory:
      echo "OPENAI_API_KEY=your_openai_api_key_here" > .env
      
    • Replace your_openai_api_key_here with your actual OpenAI API key.
  3. Run the development server

    pnpm run dev
    

    The app will be available at http://localhost:3000.