Go to file
linkinstar 80c69175a5 Merge branch 'feat/clean-code' into 'main'
style: remove unnecessary functions

See merge request opensource/answer!97
2022-10-22 10:47:36 +00: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
build initial commit 2022-09-27 17:59:05 +08:00
charts style: remove unnecessary functions 2022-10-22 18:40:12 +08:00
cmd/answer style: fix code error handling, pass nil to context 2022-10-22 12:07:29 +08:00
configs feat: support specify the installation directory 2022-10-13 17:37:13 +08:00
docs style: remove unnecessary functions 2022-10-22 18:40:12 +08:00
i18n feat: support update username 2022-10-14 17:01:06 +08:00
internal style: remove unnecessary functions 2022-10-22 18:40:12 +08:00
pkg style: remove unnecessary functions 2022-10-22 18:40:12 +08:00
script fix: always exec init command 2022-10-13 14:40:59 +08:00
ui fix(smtp): remove unused form text 2022-10-21 17:53:40 +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 Merge remote-tracking branch 'origin/main' into feat/orm-init 2022-10-20 10:31:46 +08:00
README.md fix: typo 2022-10-21 18:14:18 +08:00
README_CN.md doc: update docker hub image url 2022-10-18 16:56:01 +08:00
docker-compose.yaml feat: add system initialization data 2022-10-19 17:20:31 +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

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

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