A tool to interactively visualize FontoBene path expressions / polylines, written in Elm.
You can find a hosted version here: https://fontobene.dbrgn.ch/pathvis/#init=1,1;2,7;7,7,6;8,1
You need npm and Elm 0.19: https://guide.elm-lang.org/install.html
If you aren't familiar with Elm yet, you should probably read the tutorial.
To install all dependencies:
make setup
To start the dev server:
make run
Now visit localhost:8000 in your browser to see the application.
To build the application, just type
make dist
The output will be written to the dist/ directory.