A little interactive webpage for exploring modifications of the Functional Just System. Built using my microtonal-utils
javascript library and meant to mesh well with xen-calc
.
To get this website working locally (assuming git
, curl
, and npm
are installed), run:
$ git clone https://github.com/m-yac/fjs-explorer.git
$ cd fjs-explorer
$ git submodule update --init
$ sh build.sh
then open dist/index.html
in a web browser.