Skip to content

karlb/wikdict-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b6e161 · Feb 9, 2025
Jan 30, 2025
Nov 10, 2021
Jan 29, 2024
Feb 9, 2025
Jan 30, 2025
Feb 9, 2025
Feb 9, 2025
Feb 9, 2025
Nov 16, 2021
Feb 26, 2017
Jan 25, 2025
Jan 30, 2025
Jan 21, 2017
Jan 30, 2025
Nov 21, 2021
Nov 11, 2021
Jan 30, 2025
Nov 10, 2021
Feb 9, 2025
Jan 25, 2025
Feb 8, 2025

Repository files navigation

WikDict Web

This is the web front end for WikDict dictionaries, which is running at www.wikdict.com.

Development Setup

Clone the wikdict-web reposity

git clone https://github.com/karlb/wikdict-web
cd wikdict-web

If you have generated dictionaries using wikdict-gen, link those dictionaries to data/dict. If you don't have a local copy of the dictionaries, use the download_dicts.sh script to download a complete set of dictionaries.

Now you can run the development server

./run_dev.sh

and connect to http://localhost:5000/.