mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-13 09:50:33 +08:00
39 lines
1.5 KiB
Markdown
39 lines
1.5 KiB
Markdown
|
<a href="https://answer.dev">
|
||
|
<img alt="logo" src="https://github.com/answerdev/answer/raw/main/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)
|