Go to file
aichy126 a00fb70ff2 add user error return in i18n 2022-10-24 11:21:37 +08:00
.github/workflows update github action 2022-10-18 17:52:24 +08:00
.vscode fix: set eslint workingDirectories 2022-09-29 10:12:03 +08:00
assets update: support docker-compose 2022-09-29 21:08:00 +08:00
build initial commit 2022-09-27 17:59:05 +08:00
charts initial commit 2022-09-27 17:59:05 +08:00
cmd/answer feat: support admin modify smtp config 2022-10-20 16:38:56 +08:00
configs feat: support specify the installation directory 2022-10-13 17:37:13 +08:00
deployments initial commit 2022-09-27 17:59:05 +08:00
docs update Annotation document 2022-10-21 12:00:50 +08:00
i18n add user error return in i18n 2022-10-24 11:21:37 +08:00
internal add user error return in i18n 2022-10-24 11:21:37 +08:00
pkg update Annotation document 2022-10-21 12:00:50 +08:00
script fix: always exec init command 2022-10-13 14:40:59 +08:00
ui Merge branch 'ui' of git.backyard.segmentfault.com:opensource/answer into ui 2022-10-19 12:35:14 +08:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore Merge branch 'ui' into 'main' 2022-09-29 03:43:01 +00:00
.gitlab-ci.yml feat: generate wire 2022-09-29 16:00:57 +08:00
CONTRIBUTING.md feat: add README.md 2022-09-28 16:31:21 +08:00
Dockerfile feat: update default config file path 2022-10-12 20:20:26 +08:00
INSTALL.md doc: update docker hub image url 2022-10-18 16:56:01 +08:00
INSTALL_CN.md doc: update docker hub image url 2022-10-18 16:56:01 +08:00
LICENSE Update LICENSE 2022-09-30 07:13:53 +00:00
Makefile doc: update makefile set env 2022-10-19 14:24:28 +08:00
README.md doc: update docker hub image url 2022-10-18 16:56:01 +08:00
README_CN.md doc: update docker hub image url 2022-10-18 16:56:01 +08:00
docker-compose.yaml doc: update docker hub image url 2022-10-18 16:56:01 +08:00
go.mod feat: support admin modify smtp config 2022-10-20 16:38:56 +08:00
go.sum feat: support admin modify smtp config 2022-10-20 16:38:56 +08:00

README.md

logo

Answer - Build Q&A community

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

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

LICENSE Language Language

Screenshots

screenshot

Quick start

Running with docker-compose

mkdir answer && cd answer
wget https://github.com/answerdev/answer/blob/main/docker-compose.yaml
docker-compose up

For more information you can see INSTALL.md

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

Apache