codecompanion-ai / code-companion

AI coding assistant app
https://codecompanion.ai/
42 stars 6 forks source link
ai chatgpt openai

CodeCompanion.AI

Welcome to CodeCompanion.AI, your personal coding assistant that helps you translate natural language instructions into code. This document will guide you through setting up the application, understanding its structure, and contributing to its development.

Demo

https://github.com/codecompanion-ai/code-companion/assets/156543223/9990e7a8-a1ca-4172-8370-9befd49c7b6b

Quick Start

To start using CodeCompanion desktop app, simply download it:

Or if you want to contribute or make changes to the code, please follow the instructions below:

  1. Clone the repository.

  2. Navigate to the project directory.

  3. Run npm install to install dependencies.

  4. The application has a dependency on node-pty. To install it, follow the instructions provided here.

  5. Start the application with npm start or npm run debug for development mode.

Project Overview

Here's an overview of the project's directory structure:

Contributing

Contributions are welcome! Please refer to CONTRIBUTING.md for contribution guidelines.

License

CodeCompanion.AI is open-source software licensed under the MIT License. See LICENSE.md for more information.

Community and Support

Thank you for using CodeCompanion.AI. Happy coding!