Merge remote-tracking branch 'origin/main' into github-main
tree: 8e33b6408599552c1104be82b33dcb70ba3c4355
  1. .github/
  2. .vscode/
  3. build/
  4. charts/
  5. cmd/
  6. configs/
  7. docs/
  8. i18n/
  9. internal/
  10. pkg/
  11. script/
  12. ui/
  13. .editorconfig
  14. .gitignore
  15. .gitlab-ci.yml
  16. CONTRIBUTING.md
  17. docker-compose.yaml
  18. Dockerfile
  19. go.mod
  20. go.sum
  21. INSTALL.md
  22. INSTALL_CN.md
  23. LICENSE
  24. Makefile
  25. README.md
  26. README_CN.md
README.md

Answer - Build Q&A community

An open-source knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more.

To learn more about the project, visit answer.dev.

LICENSE Language Language Go Report Card Discord

Screenshots

screenshot

Quick start

Running with docker

docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest

For more information, see INSTALL.md

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

Apache License 2.0