From 842d9e7de49d84b065f58c6f1431b4ecebbc607c Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Sun, 27 Nov 2016 09:25:02 -0500 Subject: [PATCH] Readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3527da2 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Armory Dashboard + +Scrape real-time results from Fencing Time, and calculate how many +fencers have checked in to prior events. This allows for improved +estimates of equipment inspection volume. + +## Status + +This is a quick weekend hack, very much not "production-ready". Use at your own risk. + +## Setup + +* Create a [virtualenv](https://virtualenv.pypa.io/en/stable/) +* `pip install -r requirements.txt` to install Python dependencies + +## Run + +* `FLASK_APP=app.py flask run -h 0.0.0.0` +* Visit [localhost:5000](http://127.0.0.1:5000) in a browser. -- GitLab