Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 351 Bytes

File metadata and controls

18 lines (11 loc) · 351 Bytes

WarhammerStatsEngine

A stats engine for Warhammer 40k

Getting Started

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