mirror of https://gitee.com/answerdev/answer.git
f1ac3c4820 | ||
---|---|---|
.github | ||
.vaunt | ||
.vscode | ||
build | ||
charts | ||
cmd | ||
configs | ||
docs | ||
i18n | ||
internal | ||
pkg | ||
plugin | ||
script | ||
ui | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.goreleaser.yaml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
README_CN.md | ||
SECURITY.md | ||
crowdin.yml | ||
docker-compose.uffizzi.yml | ||
docker-compose.yaml | ||
go.mod | ||
go.sum |
README.md
Answer - Build Q&A platform
A Q&A platform software for teams at any scales. Whether it’s a community forum, help center, or knowledge management platform, you can always count on Answer.
To learn more about the project, visit answer.dev.
Screenshots
Quick start
Running with docker
docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest
For more information, see Installation
Plugins
Answer provides a plugin system for developers to create custom plugins and expand Answer’s features. You can find the plugin documentation here.
We value your feedback and suggestions to improve our documentation. If you have any comments or questions, please feel free to contact us. We’re excited to see what you can create using our plugin system!
You can also check out the plugins here.
Contributing
Contributions are always welcome!
See CONTRIBUTING for ways to get started.