This project is a v0 clone built with CopilotKit, Next.js and OpenAI GPT4 for AI-powered UI generation.
Before running the project, make sure you have the following installed:
- Node.js
- npm
- Clone the repository to your local machine:
git clone https://github.com/Tabintel/v0-copilot-next.git
- Navigate into the project directory:
cd v0-copilot-next
- Install dependencies:
npm install
To start the development server, run:
npm run dev
This will start the application in development mode. Open http://localhost:3000 to view it in your browser.
The article of this project was featured as one of the top 7 on dev.to, read the article here 😎