- git clone url - repository
- cd signify
- cd ll-chat-client
- npm install
- npm run dev
- 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
- 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