https://github.com/algoture/codeant
https://github.com/algoture/codeant
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/algoture/codeant
- Owner: Algoture
- Created: 2024-12-19T14:25:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T14:47:39.000Z (over 1 year ago)
- Last Synced: 2024-12-19T15:45:26.717Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.