Skip to content

iamam34/Revocab

Repository files navigation

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

About

Web app for learning vocabulary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages