GitXplorerGitXplorer
a

incubator-answer

public
12557 stars
949 forks
76 issues

Commits

List of commits on branch main.
Unverified
465f4bff60944d652a7656cc410629beb18f79d2

fix(badge): resolve id when set badge object id

LLinkinStars committed 15 days ago
Unverified
df3164a11985261dbe393d20faed342c873c014c

New translations en_us.yaml (Chinese Simplified)

ssunshineg committed 16 days ago
Unverified
da546a8fc9a2423017dc106571e957f7ad14ee13

New translations en_us.yaml (Welsh)

ssunshineg committed 16 days ago
Unverified
d05b64962598eff4da55147e236bf7969d319f6d

New translations en_us.yaml (Telugu)

ssunshineg committed 16 days ago
Unverified
efdc06d70207cfca920377d02eab8901057fe4b7

New translations en_us.yaml (Hindi)

ssunshineg committed 16 days ago
Unverified
e0241e8a6ad5ed8ca607991fa66d80a7f9ca3977

New translations en_us.yaml (Persian)

ssunshineg committed 16 days ago

README

The README file for this repository.
logo

Apache Answer - Build Q&A platform

A Q&A platform software for teams at any scales. Whether it’s a community forum, help center, or knowledge management platform, you can always count on Answer.

To learn more about the project, visit answer.apache.org.

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 apache/answer:1.4.0

For more information, see Installation.

Plugins

Answer provides a plugin system for developers to create custom plugins and expand Answer’s features. You can find the plugin documentation here.

We value your feedback and suggestions to improve our documentation. If you have any comments or questions, please feel free to contact us. We’re excited to see what you can create using our plugin system!

You can also check out the plugins here.

Building from Source

Prerequisites

  • Golang >= 1.18
  • Node.js >= 16.17
  • pnpm >= 8
  • mockgen >= 1.6.0
  • wire >= 0.5.0

Build

# install wire and mockgen for building
$ make generate
# install frontend dependencies and build
$ make ui
# install backend dependencies and build
$ make build

Contributing

Contributions are always welcome!

See CONTRIBUTING for ways to get started.

License

Apache License 2.0