Skip to content

purvesh62/chatbot

Repository files navigation

Personal Chatbot NextJS

Getting started

git clone https://github.com/purvesh62/chatbot.git

cd chatbot

npm i

# Create .env.local file
touch .env.local

# Store variables in the .env.local file
NEXT_PUBLIC_LEX_URL="<APP-URL>"
NEXT_PUBLIC_LEX_GET_CHATS="<APP-URL>"

npm run dev