Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 458 Bytes

YinYangFit ☯

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

delta-g