cp .env.example .env
go run main.go
# or with air for auto reload
# go install github.com/air-verse/air@latest
air
# or build for production
go build
./abchat
Run tests
go test -v ./tests/*
Test chat
Edit and run scripts in scripts folder to test chat functionality.