A letterfitting model inspired by biology. Work in progress.
For more info, go to the project page: https://skosch.github.io/YinYangFit
To develop locally, start both the Python server and webpack-dev-server simultaneously:
# in web/
FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=1 flask run
# in web/static/js
yarn run watch