Skip to content

exponentiallyio/aghq-chat-starter2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGHQ Chat Kit

Add a .env file to the root of the project with the following contents:

  VITE_APP_NAME="My Chatbot Name"
  VITE_AGHQ_API_ACCESS_TOKEN=your_aghq_api_access_token
  VITE_AGHQ_AGENT_ID=your_aghq_agent_id

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

A starter chatbot client for Agent HQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 64.8%
  • JavaScript 15.6%
  • HTML 13.2%
  • CSS 6.4%