A small web app to practice spelling.
Go to file
2022-10-07 14:18:22 +00:00
static Ready. Set. Go! 2022-10-05 20:41:34 +02:00
templates Ready. Set. Go! 2022-10-05 20:41:34 +02:00
.gitignore Ready. Set. Go! 2022-10-05 20:41:34 +02:00
LICENSE Add license 2022-10-07 14:01:08 +00:00
main.py Ready. Set. Go! 2022-10-05 20:41:34 +02:00
README.md Update 'README.md' 2022-10-07 14:18:22 +00:00
requirements.txt Ready. Set. Go! 2022-10-05 20:41:34 +02:00
startup.json Ready. Set. Go! 2022-10-05 20:41:34 +02:00

Ortie

A small web app to practice spelling. You can try it at ortie.cloudapio.eu.

Setup

python -m venv venv

source venv/bin/activate

pip install -r requirements.txt

Running

gunicorn -b localhost:8000 main:app

Changing the defaults

You can add, remove or change entries in startup.json to configure the words shown. For example, the default entries are in Spanish, but you may wish to change them to English, or to another language.

If you wish to change the language, you should also edit the title of the web page and the starting text in index.html.