A chatbot web app for the Swanton Virtual Assistant. Its purpose is to answer historical and cultural questions about Swanton Pacific Ranch.
Features include:
- A simplistic chat interface where users send messages to the Swanton Virtual Assistant
- FAQs that direct visitors toward interesting historical stories about the ranch.
- Clone this repo:
git clone https://github.com/calpoly-csai/swanton-chat-bot.git - Navigate to folder:
cd swanton-chat-bot - Install dependencies:
npm install - Start the development server:
npm start - Open the app in your browser:
http://localhost:3000