https://github.com/gaurav-026/codeant-ai
https://github.com/gaurav-026/codeant-ai
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaurav-026/codeant-ai
- Owner: gaurav-026
- Created: 2024-12-24T16:04:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T16:29:55.000Z (5 months ago)
- Last Synced: 2025-02-01T15:15:20.638Z (3 months ago)
- Language: JavaScript
- Homepage: https://codeant-ai-by-gaurav.netlify.app/
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.