Go to file
linkinstar 85bd1f554c Merge branch 'fix/0.5.0/email-duplicate' into 'test'
fix: prompt form error when user enters email repeatedly

See merge request opensource/answer!280
2022-11-28 08:50:03 +00:00
.github Workflows/docker (#88) 2022-11-14 11:08:28 +08:00
.husky chore(ui): add commit lint 2022-11-21 18:21:00 +08:00
.vscode fix: set eslint workingDirectories 2022-09-29 10:12:03 +08:00
build initial commit 2022-09-27 17:59:05 +08:00
charts style: remove unnecessary functions 2022-10-22 18:40:12 +08:00
cmd/answer Merge branch 'feat/0.5.0/timeline_ai' into test 2022-11-25 18:38:30 +08:00
configs fix uploads dir 2022-11-09 15:00:17 +08:00
docs swagger 2022-11-25 15:30:29 +08:00
i18n Merge branch 'feat/ui-0.5.0' into 'test' 2022-11-25 10:03:21 +00:00
internal Merge branch 'fix/0.5.0/email-duplicate' into 'test' 2022-11-28 08:50:03 +00:00
pkg Merge branch 'ai_0.3_dashboard' into test 2022-11-11 11:55:46 +08:00
script feat: remove config file path 2022-11-04 18:36:33 +08:00
ui Merge branch 'feat/ui-0.5.0' into 'test' 2022-11-28 08:14:26 +00:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore chore(ui): add pre-commit 2022-11-21 18:14:38 +08:00
.gitlab-ci.yml update: gitlab ci only deploy on test 2022-11-02 14:43:45 +08:00
CONTRIBUTING.md Add tbd text 2022-10-29 06:23:20 -05:00
Dockerfile doc: update makefile version 2022-11-21 14:20:34 +08:00
INSTALL.md doc: update install doc 2022-11-11 15:06:08 +08:00
INSTALL_CN.md doc: update install and readme doc 2022-11-11 14:39:56 +08:00
LICENSE Update LICENSE 2022-09-30 07:13:53 +00:00
Makefile doc: update makefile version 2022-11-21 14:20:34 +08:00
README.md update: badge color 2022-11-18 13:48:15 +08:00
README_CN.md update: badge color 2022-11-18 13:48:15 +08:00
docker-compose.yaml ci: docker compose 2022-11-02 08:01:37 +00:00
go.mod feat: Added a vote reputation limit 2022-11-25 18:35:35 +08:00
go.sum feat: Added a vote reputation limit 2022-11-25 18:35:35 +08:00

README.md

logo

Answer - Build Q&A community

An open-source knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more.

To learn more about the project, visit answer.dev.

LICENSE Language Language Go Report Card Discord

Screenshots

screenshot

Quick start

Running with docker

docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest

For more information, see INSTALL.md

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

Apache License 2.0