web app for reviewing vocabulary (initially designed for Biblical Hebrew)
written in python3 with flask
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
- vocab file from Logos discovered via list of vocab lists
- Hebrew font from Ezra SIL (Open Font License permits web distribution)
- Flask python webserver
- Bootstrap v4 CSS theme and JS components