Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 903 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 903 Bytes

Revocab

web app for reviewing vocabulary (initially designed for Biblical Hebrew)

written in python3 with flask

local hosting/development

Quickstart: ./start.sh

Long version:

. venv/bin/activate

# EITHER run the flask server 
FLASK_APP=server.py FLASK_DEBUG=1 flask run
# and go to http:localhost:5000/section/0

# OR generate the static site
python generate_static_site.py
# and go to ./Revocab/static/html/0.html

deactivate

acknowledgements