-
Install Dependencies
To install the necessary dependencies, run the following command:pnpm install
-
Run the Project
Start the development server with the following command and visit http://localhost:3000/:
pnpm run dev
- Build the Docker Image
To build the Docker image, execute:
docker build -t codeant-ai .
- Run the Docker Container
To run the Docker container and expose it on port 3000, use:
docker run -p 3000:3000 codeant-ai