An open API service indexing awesome lists of open source software.

https://github.com/gaurav-026/codeant-ai


https://github.com/gaurav-026/codeant-ai

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CodeAnt-AI

## How to Set Up the Project Locally

Follow these steps to clone and run the project on your local system:

### 1. Clone the Repository
```bash
git clone https://github.com/gaurav-026/CodeAnt-AI.git
```

### 2. Navigate to the Project Directory
```bash
cd CodeAnt-AI
```

### 3. Install Dependencies
```bash
npm install
```

### 4. Start the Development Server
```bash
npm run dev
```

### 5. Access the Application
Open your browser and go to:
http://localhost:3000
Or press CTRL + click on the URL displayed in the terminal to open it directly.

### 6. Done!!
Your application should now be running successfully.