- Clone the repository https://github.com/clld/blackfootwords
- Activate a virtualenv, install the app:
pip install -e .
- Install
pycldf
andwaitress
:pip install waitress pip install pycldf
- Create the database, i.e. load the CLDF dataset into a db suitable for the web app:
clld initdb development.ini --cldf PATH/TO/blackfootwords/cldf/Wordlist-metadata.json
- Start the app:
pserve development.ini
You should now be able to visit the app with your browser at http://localhost:6543/
The clld docs at https://clld.readthedocs.io/en/latest/ contain some information about how to customize clld apps.