Skip to content

learncode2day/old

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 3.7%
  • CSS 0.3%