A stats engine for Warhammer 40k
Clone the repo
$ git clone https://github.com/akabbeke/WarhammerStatsEngine.git
Next install the required packages with pipenv
$ cd WarhammerStatsEngine
$ pipenv install
Run the app locally with
$ pipenv run python app.py
You should now have the app running locally