Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 301 Bytes

File metadata and controls

13 lines (9 loc) · 301 Bytes

charlesII

AI-powered coding assistant that can be integrated into various IDEs (like VS Code and Eclipse) to provide real-time coding support, insights, and interactions using a ChatGPT-like model.

Engine

Run the engine

cp .env.sample .env.development
npm install
npm run dev