answer/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

2022-09-28 16:31:21 +08:00
![logo](docs/img/logo.png)
2022-09-27 17:59:05 +08:00
2022-09-28 16:31:21 +08:00
# Answer - Simple Q&A Community
2022-09-27 17:59:05 +08:00
2022-09-28 16:31:21 +08:00
[![LICENSE](https://img.shields.io/badge/License-MIT-green)](https://github.com/segmentfault/answer/blob/master/LICENSE)
[![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/)
[![Language](https://img.shields.io/badge/Language-React-blue.svg)](https://reactjs.org/)
2022-09-27 17:59:05 +08:00
2022-09-28 16:31:21 +08:00
## What is Answer?
This is a minimalist open source Q&A community. Users can post questions and others can answer them.
![abstract](docs/img/abstract.png)
2022-09-27 17:59:05 +08:00
2022-09-28 16:31:21 +08:00
## Why?
2022-10-08 16:52:56 +08:00
- Help organizations build knowledge and Q&A communities better and faster.
2022-09-27 17:59:05 +08:00
2022-09-28 16:31:21 +08:00
## Features
- Produce knowledge by asking and answering questions.
- Maintain knowledge by voting and working together.
2022-09-27 17:59:05 +08:00
2022-09-28 16:31:21 +08:00
## Quick start
### Running with docker-compose
```bash
mkdir answer && cd answer
wget https://github.com/segmentfault/answer/releases/latest/download/docker-compose.yaml
docker-compose up
2022-09-27 17:59:05 +08:00
```
2022-09-28 16:31:21 +08:00
For more information you can see [INSTALL.md](./INSTALL.md)
## Contributing
Contributions are always welcome!
See [CONTRIBUTING.md](CONTRIBUTING.md) for ways to get started.
## License
[MIT](https://github.com/segmentfault/answer/blob/master/LICENSE)