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

https://github.com/algoture/codeant


https://github.com/algoture/codeant

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CodeAnt AI
Front-end developer Intern Assignment

## Getting Started

## Cloning the Repository

1. Open a terminal or command prompt.

2. Clone the CodeAnt repository using the following command:

```bash

git clone https://github.com/Algoture/CodeAnt.git

```

3. Navigate to the project directory:

```bash

cd CodeAnt

```

## Installing Dependencies
Install the project's dependencies:

```bash
npm install
```

To run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.