Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 841 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 841 Bytes

Tryhard

Quick and easy tool to get and aggregate DotA 2 hero stats and matchups.

Usage

This could all be achieved by the awesome folks in OpenDota

Development

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.

Basic usage

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.