fastionary/README.md
2026-01-05 01:22:59 +01:00

16 lines
295 B
Markdown

# 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
```