- Ensure you have Node.js installed (v18+ recommended).
- Install npm or yarn (npm is used in the example
- Clone the repository:
git clone https://github.com/tanishqkumar2003/CodeAntAI.git
cd CodeAntAI- Install dependencies:
npm install- Run the development server:
npm run dev- Visit the application: Open your browser and navigate to
http://localhost:3000.