Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 460 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 460 Bytes

insight

Insight!

Self Host-able AI Enabled Whatsapp Agent, OSS Alternative to Zoko

Usage

To install dependencies:

npm install

To authenticate

.env.example -> .env

To run:

npm run dev

To run docker

docker compose build
docker compose --env-file .env config
docker compose --env-file .env up