mirror of https://gitee.com/answerdev/answer.git
40 lines
1.4 KiB
Markdown
40 lines
1.4 KiB
Markdown
<a href="https://answer.dev">
|
|
<img alt="logo" src="docs/img/logo.svg" height="99px">
|
|
</a>
|
|
|
|
# Answer - 构建问答社区
|
|
|
|
一款问答形式的知识社区开源软件,你可以使用它快速建立你的问答社区,用于产品技术支持、客户支持、用户交流等。
|
|
|
|
了解更多关于该项目的内容,请访问 [answer.dev](https://answer.dev).
|
|
|
|
[](https://github.com/answerdev/answer/blob/main/LICENSE)
|
|
[](https://golang.org/)
|
|
[](https://reactjs.org/)
|
|
[](https://goreportcard.com/report/github.com/answerdev/answer)
|
|
[](https://discord.gg/Jm7Y4cbUej)
|
|
|
|
## 截图
|
|
|
|

|
|
|
|
## 快速开始
|
|
|
|
### 使用 docker 快速搭建
|
|
|
|
```bash
|
|
docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest
|
|
```
|
|
|
|
其他安装配置细节请参考 [Installation](https://answer.dev/docs/installation)
|
|
|
|
## 贡献
|
|
|
|
我们随时欢迎你的贡献!
|
|
|
|
参考 [CONTRIBUTING](https://answer.dev/docs/development/contributing/) 开始贡献。
|
|
|
|
## License
|
|
|
|
[Apache License 2.0](https://github.com/answerdev/answer/blob/main/LICENSE)
|