fastionary/README.md
2026-01-05 13:56:01 +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 -d -p 5000:5000 fastionary
```