~muirrum/comortas

61d58fc75172d3fcc9e2136f292ff576a3004aa6 — Cara Salter 3 years ago 142ea29
README
1 files changed, 12 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +12 -0
@@ 0,0 1,12 @@
# Comortas
Score your FIRST Lego League tournaments

This project isn't even in alpha yet. Do not use in production

## Running
For a development environment:
1. Make a virtual environment (`python -m venv venv && source venv/bin/activate`)
2. Install dependencies (`pip install -r requirements.txt`)
3. Set up environment variables (`export FLASK_APP=fllscoring && export FLASK_ENV=development`)
4. Create your config.py (`cp fllscoring/config.example.py fllscoring/config.py && $EDITOR fllscoring/config.py`)
5. Run (`flask run`)
\ No newline at end of file