johndavedecano / audrey-va

Audrey VA enables you to create multiple chat widgets to embed to your website and integrate to your dialogflow bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audrey VA

Audrey VA enables you to create multiple chat widgets to embed to your website and integrate to your dialogflow bot.

My Image

Installation

Audrey VA is built using SvelteKit and Firebase. Make sure you have NodeJS installed to your machine and you have a Firebase account.

  1. Clone the repo and install depedencies
git clone git@github.com:johndavedecano/audrey-va.git
cd audrey-va
npm install
  1. Create a .env file with the following details
PUBLIC_FIREBASE_API_KEY=
PUBLIC_FIREBASE_AUTH_DOMAIN=
PUBLIC_FIREBASE_PROJECT_ID=
PUBLIC_FIREBASE_STORAGE_BUCKET=
PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
PUBLIC_FIREBASE_APP_ID=
PUBLIC_APP_URL=http://localhost:5174
FIREBASE_SERVICE_ACCOUNT_KEY=''
ADMINISTRATORS='[]'
JWT_SECRET_KEY=
  1. Spin up the DEV server
npm run dev

Support

I am open to work right now. Please contact me.

About

Audrey VA enables you to create multiple chat widgets to embed to your website and integrate to your dialogflow bot.


Languages

Language:Svelte 66.5%Language:JavaScript 33.2%Language:HTML 0.2%Language:CSS 0.0%