Go to file
贾海涛(龙笛) 1c68d4be53 Merge branch 'feat/ui-0.7.0' into 'test'
chore: Add image capcha code when registering, Dynamically insert custom.css

See merge request opensource/answer!358
2022-12-17 17:56:09 +00:00
.github Merge branch 'release/0.5.0' into 'main' 2022-12-06 12:10:28 +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 update favicon.ico 2022-12-18 00:33:17 +08:00
configs add path 2022-12-08 11:15:45 +08:00
docs Merge branch 'feat/0.7.0/seo' into test 2022-12-18 00:15:00 +08:00
i18n Merge branch 'feat/ui-0.7.0' into 'test' 2022-12-16 07:40:31 +00:00
internal Merge branch 'feat/0.7.0/seo' into test 2022-12-18 00:33:35 +08:00
pkg Merge branch 'feat/0.7.0/seo' into test 2022-12-18 00:33:35 +08:00
script update goreleaser 2022-12-16 22:54:12 +08:00
ui Merge branch 'feat/ui-0.7.0' into 'test' 2022-12-17 17:56:09 +00:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore add goreleaser 2022-12-16 13:24:45 +08:00
.gitlab-ci.yml Merge remote-tracking branch 'origin/feat/0.7.0/user-manage' into test 2022-12-14 17:06:13 +08:00
.goreleaser.yaml update goreleaser 2022-12-16 22:54:12 +08:00
CONTRIBUTING.md Add tbd text 2022-10-29 06:23:20 -05:00
Dockerfile doc: update docker file set node from 2022-11-11 19:17:36 +08:00
INSTALL.md doc: update install doc 2022-11-11 15:06:08 +08:00
INSTALL_CN.md doc: update install and readme doc 2022-11-11 14:39:56 +08:00
LICENSE Update LICENSE 2022-09-30 07:13:53 +00:00
Makefile ci(ci): add mockgen tools in makefile generate command 2022-12-14 17:20:48 +08:00
README.md update: badge color 2022-11-18 13:48:15 +08:00
README_CN.md update: badge color 2022-11-18 13:48:15 +08:00
docker-compose.yaml ci: docker compose 2022-11-02 08:01:37 +00:00
go.mod feat(markdown): convert markdown to html in backend 2022-12-14 15:41:08 +08:00
go.sum feat(markdown): convert markdown to html in backend 2022-12-14 15:41:08 +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 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