Skip to content

Chat for embedding in site written with Go and HTMX

Notifications You must be signed in to change notification settings

finds-su/chat

 
 

Repository files navigation

Chat for embedding in site

Example

<script async src="http://localhost:8080/v1/chat-widget?lang=en"></script>

Develop

 Choose a make command to run

  init          initialize project (make init module=github.com/user/project)
  vet           vet code
  test          run unit tests
  build         build a binary
  dockerbuild   build project into a docker container image
  start         build and run local project
  css           build tailwindcss
  css-watch     watch build tailwindcss

About

Chat for embedding in site written with Go and HTMX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 50.9%
  • HTML 38.4%
  • Makefile 4.7%
  • Dockerfile 3.5%
  • JavaScript 2.3%
  • CSS 0.2%