- Deployment Link: https://chatgpt-clone-ecru.vercel.app
- GitHub Repo Link: https://github.com/neetmangat/chatgpt-clone
- YouTube Build Link: https://www.youtube.com/watch?v=1KPG3LiE4jU&t
- Clone the repository and install dependencies
git clone https://github.com/neetmangat/chatgpt-clone chatgpt-clone && cd chatgpt-clone && npm install
-
Generate your own OpenAI API key on the OpenAI Platform
-
Set up a Google Firebase account, Authentication, Firestore DB, and config
-
Add the server environment variables
cp .env.example .env.local
-
Add your own Firebase app's config in
/firebase.ts
-
Run the development server:
yarn run dev
- Open http://localhost:3000 with your browser to see the result.