Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Latest commit

 

History

History
63 lines (32 loc) · 1.22 KB

r.md

File metadata and controls

63 lines (32 loc) · 1.22 KB

codeAI

License: MIT

codeAI is an AI pair programmer that provides code suggestions using openai-api. This project has a total of 49696 lines of TypeScript code, 1114 lines of CSS, 829 lines of JavaScript and 27 lines of Shell script.

Project Statistics

  • Lines of Code: 2380

  • Languages: TypeScript, CSS, JavaScript, Shell

  • Stars: 11

  • Watchers: 11

  • Forks: 14

  • License: MIT

Usage

To use this project, you can simply fork the repository and make changes as you want. The default branch of this project is main.

Installation and Usage

  1. Clone the repository using the following command:
git clone https://github.com/anuragts/codeAI.git
  1. Navigate to the project directory.
cd codeAI/
  1. Install the dependencies by running the following command:
npm install
  1. Run the project using the following command:
npm run dev

This will start a development server at http://localhost:3000/.

License

This project is licensed under the terms of the MIT license.