OpenAI-ChatGPT-Clone How to get the app code? git clone url - repository cd signify cd ll-chat-client npm install npm run dev Features Google OAuth Authentication - Login system ChatPage Select a model to query Select a conversation or start a new conversation. Write your query question to the server Customize the Navbar logo, by cicking on the logo link on navbar Logout To Deploy (Ubuntu EC2 instance) Clone the repository of the llm-chat-client Cd llm-chat-client npm install (dependencies) Make sure, .env file has GOOGLE_CLIENT_ID and BACKEND_URL Run npm build - to get dist. Run - npm i nginx, pm2 configure nginx - home = dist folder location. eg /home/ubuntu/signify/llm/chat/client Directory = src folder npm run dev