Skip to content

ARC-Solutions/IntelliQ-V2

Repository files navigation

Production Previews

App

Landing Page

Presentation Page

Development Setup

Required Extensions

This project uses Continue for AI-assisted development.

When you open this project in VS Code, you should see a prompt to install the recommended extensions. If not:

  1. Open VS Code Command Palette (Cmd/Ctrl + Shift + P)
  2. Type "Show Recommended Extensions"
  3. Install "Continue" extension

Configuration

After installing the Continue extension:

  1. Copy the template config:

    cp .continue/config.template.json .continue/config.json
  2. Add your API key in .continue/config.json:

    {
      "models": [
        {
          "title": "GPT-4o",
          "provider": "openai",
          "model": "gpt-4o",
          "apiKey": "YOUR_API_KEY_HERE"
        }
      ]
      ...
    }

Repo Activity