Skip to content
Jm15itch edited this page Oct 27, 2022 · 3 revisions

HouseStat Wiki

What is HouseStat?

HouseStat is a web platform, written in C++17 with Drogon which manages team points and displays the points on the web.

What version of HouseStat do I use?

HouseStat is made in a variety of versions to suit different needs.

  1. HouseStat GUI, easy to setup and works out of the box. (1-200 visitors) (non-dedicated hardware)
  2. HouseStat CLI, for large, sometimes permanent hosting. (200+ visitors)

How do I compile from source?

Follow Drogon dependency installation instructions here: https://drogon.docsforge.com/master/installation/

TO BE WRITTEN

Contributing

Keep your code consistent and neat. By making a pull request, you agree to this document and the License When in doubt refer to Google C++ Style Guide