Go to file
haitao(lj) ce089fdb32 fix(router): remove unnecessary lazy route component 2022-10-18 17:32:21 +08:00
.vscode fix: set eslint workingDirectories 2022-09-29 10:12:03 +08:00
assets fix 2022-09-28 19:13:12 +08:00
build initial commit 2022-09-27 17:59:05 +08:00
charts initial commit 2022-09-27 17:59:05 +08:00
cmd/answer Merge branch 'optimize/static-file-handler' into 'main' 2022-09-29 08:06:20 +00:00
configs update install 2022-09-28 17:33:48 +08:00
deployments initial commit 2022-09-27 17:59:05 +08:00
docs Merge branch 'feat/readme' into 'main' 2022-09-29 08:13:18 +00:00
i18n fix: lang typo 2022-10-08 11:21:23 +08:00
internal Merge branch 'optimize/static-file-handler' into 'main' 2022-09-29 08:06:20 +00:00
pkg feat: all users display part Add user status 2022-09-29 15:27:56 +08:00
script update install 2022-09-28 17:33:48 +08:00
ui fix(router): remove unnecessary lazy route component 2022-10-18 17:32:21 +08:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore Merge branch 'ui' into 'main' 2022-09-29 03:43:01 +00:00
.gitlab-ci.yml feat: generate wire 2022-09-29 16:00:57 +08:00
CONTRIBUTING.md feat: add README.md 2022-09-28 16:31:21 +08:00
Dockerfile optimize: the static files and handle 2022-09-29 12:37:02 +08:00
INSTALL.md initial commit 2022-09-27 17:59:05 +08:00
INSTALL_CN.md initial commit 2022-09-27 17:59:05 +08:00
LICENSE initial commit 2022-09-27 17:59:05 +08:00
Makefile feat: generate wire 2022-09-29 16:00:57 +08:00
README.md feat: add README.md 2022-09-28 16:31:21 +08:00
README_CN.md feat: add README_CN.md 2022-09-28 16:40:57 +08:00
docker-compose.yaml update install 2022-09-28 16:24:33 +08:00
go.mod feat: all users display part Add user status 2022-09-29 15:27:56 +08:00
go.sum Merge branch 'optimize/static-file-handler' into 'main' 2022-09-29 08:06:20 +00:00

README.md

logo

Answer - Simple Q&A Community

LICENSE Language Language

What is Answer?

This is a minimalist open source Q&A community. Users can post questions and others can answer them. abstract

Why?

  • Help companies build knowledge and Q&A communities better and faster.

Features

  • Produce knowledge by asking and answering questions.
  • Maintain knowledge by voting and working together.

Quick start

Running with docker-compose

mkdir answer && cd answer
wget https://github.com/segmentfault/answer/releases/latest/download/docker-compose.yaml
docker-compose up

For more information you can see INSTALL.md

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

MIT