ChatGPT Web App Clone Installation Clone repo: git clone https://github.com/dan-kwiat/chat-gpt-clone.git cd chat-gpt-clone Install deps: yarn # Or npm install Set local env: cp .env .env.local # Now edit `.env.local` with your API key from OpenAI Development yarn run dev