Quick and easy tool to get and aggregate DotA 2 hero stats and matchups.
This could all be achieved by the awesome folks in OpenDota
This program is built with stack
.
I have this repo setup with a .devcontainer
for VSCode which I find useful to work on a windows machine.
In order to get you up and running, be sure to have GHC
(check the .devcontainer/Dockerfile
for the version) and stack
.
Most used commands are written and documented in the Makefile
, so you can run and peruse make help
.
Run the tests and watch file changes.
$ stack test --file-watch
If you want to do manual testing, $ stack run
is nice helper to build quickly and execute.