Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 729 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 729 Bytes

Swanton Chat Bot

A chatbot web app for the Swanton Virtual Assistant. Its purpose is to answer historical and cultural questions about Swanton Pacific Ranch.

See it live

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.

Getting Started

  1. Clone this repo: git clone https://github.com/calpoly-csai/swanton-chat-bot.git
  2. Navigate to folder: cd swanton-chat-bot
  3. Install dependencies: npm install
  4. Start the development server: npm start
  5. Open the app in your browser: http://localhost:3000