Currently we only support Linux and Mac OS.
Get the code:
git clone git://github.com/mozilla/monolith-aggregator.git
Build:
cd monolith-aggregator
make
Run tests:
make test
To build the docs available in ./docs/_build/html/index.html:
make docs