Skip to content

Tufailahmed-Bargir/full-stacck-codeAnt-ai

Repository files navigation

Full Stack version of CodeAnt-AI Assignment

Getting Started

Local Development (Without Docker)

  1. Install Dependencies
    To install the necessary dependencies, run the following command:

    pnpm install
    
  2. Run the Project
    Start the development server with the following command and visit http://localhost:3000/:

pnpm run dev

Using Docker

  1. Build the Docker Image
    To build the Docker image, execute:
docker build -t codeant-ai .
  1. Run the Docker Container
    To run the Docker container and expose it on port 3000, use:
docker run -p 3000:3000 codeant-ai

Desktop version Signin page

Screenshot 2024-12-21 190025

Desktop version Main page

Screenshot 2024-12-21 232900

Mobile version Signin page

Screenshot 2024-12-21 232941

Mobile version Main page

Screenshot 2024-12-21 232950

Mobile version Main page when menu icon clicked

Screenshot 2024-12-21 233008

Releases

No releases published

Packages

No packages published

Languages