# Fastionary Fastionary is an alternative front-end for wiktionary data. # Dependencies - `git` - `docker` or `podman` # Installation ```bash git clone https://git.wlankabel.at/onipa/fastionary.git cd fastionary docker build -t fastionary . docker run --rm -p 5000:5000 -d fastionary ```